Skip to content

Add additional btree fields for meta pages - #40

Closed
GetsuDer wants to merge 1 commit into
df7cb:masterfrom
GetsuDer:add_parsing_of_some_btree_meta_page_fields
Closed

Add additional btree fields for meta pages#40
GetsuDer wants to merge 1 commit into
df7cb:masterfrom
GetsuDer:add_parsing_of_some_btree_meta_page_fields

Conversation

@GetsuDer

Copy link
Copy Markdown
Contributor

There are some fields in btree meta page which are not parsed by pg_filedump - btm_last_cleanup_num_delpages, btm_last_cleanup_num_heap_tuples, btm_allequalimage. Their existence varies from postgres version, but for me it looks like a nice addition to overall information about btree index.

Also I thought it to be useful to add checks for version (gin, btree) and magic (btree) of meta pages.

and checks for some fields for btree and gin meta pages.
@df7cb

df7cb commented Jul 22, 2026

Copy link
Copy Markdown
Owner

Merged as 6437207, thanks!

@df7cb df7cb closed this Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants