df7cb / pg_filedump

pg_filedump provides facilities for low-level examination of PostgreSQL tables and indexes
43 stars 18 forks source link

Recognizing meta page for gin and spgist indexes #27

Closed GetsuDer closed 4 months ago

GetsuDer commented 10 months ago

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 to printing errors such as "Error: Item contents extend beyond block."

df7cb commented 4 months ago

Committed as part of 33ab28f112e55a2028ca0ac3c36945fabb802b09.