diff options
author | EuAndreh <eu@euandre.org> | 2025-01-25 21:00:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-25 21:00:13 -0300 |
commit | 5f0c78dedbbec2be4c2c7aff47315dc1e5d3d001 (patch) | |
tree | 6229f7faff0c154ce40d2896c9608192107ffba7 /src/dedo.go | |
parent | src/dedo.go: Remove Tx.CopyFile() and Tx.Page() public functions (diff) | |
download | dedo-5f0c78dedbbec2be4c2c7aff47315dc1e5d3d001.tar.gz dedo-5f0c78dedbbec2be4c2c7aff47315dc1e5d3d001.tar.xz |
src/dedo.go: Remove public PageInfo type
Diffstat (limited to 'src/dedo.go')
-rw-r--r-- | src/dedo.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dedo.go b/src/dedo.go index 27dfc4d..66919f0 100644 --- a/src/dedo.go +++ b/src/dedo.go @@ -250,14 +250,6 @@ type leafPageElement struct { vsize uint32 } -/// PageInfo represents human readable information about a page. -type PageInfo struct { - ID int - Type string - Count int - OverflowCount int -} - type pgids []pgid /// txid represents the internal transaction identifier. |