Svetlana Derevyanko

Results 4 issues of Svetlana Derevyanko

Since GIN data pages content consists of either (compressed) posting lists or lists of posting items, getting pg_filedump FormatItemBlock function to parse it leads to erros like "Error: Item contents...

Added the same behaviour for processing gin and spgist meta pages as it is for btree meta page. Before for those indexes pg_filedump tried to parse meta pages, what led...

After running make installcheck for postgres a few times, make installcheck for pg_filedump fails: ``` @@ -86,17 +86,17 @@ Item 2 -- Length: 256 Offset: 7888 (0x1ed0) Flags: NORMAL COPY:...

In calculating number of digits to parse for numeric, whole size of struct numeric data was used. It It led to outputing junk data. Added subtraction of numeric header size,...