Skip to content

Commit

Permalink
Add postgres pg_control parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Safonov committed Jul 19, 2022
1 parent 7d36eee commit 9a96da8
Show file tree
Hide file tree
Showing 8 changed files with 479 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
testfiles/
fq
.idea
1 change: 1 addition & 0 deletions format/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const (
PGWALPAGE = "pgwal_page"
PGMULTIXACTOFF = "pgmultixact_offsets"
PGMULTIXACTMEM = "pgmultixact_members"
PG_CONTROL = "pg_control"
PNG = "png"
PROTOBUF = "protobuf"
PROTOBUF_WIDEVINE = "protobuf_widevine"
Expand Down

0 comments on commit 9a96da8

Please sign in to comment.