mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 10:25:42 -05:00
The new pg_check_visible() and pg_check_frozen() functions can be used to verify that the visibility map bits for a relation's data pages match the actual state of the tuples on those pages. Amit Kapila and Robert Haas, reviewed (in earlier versions) by Andres Freund. Additional testing help by Thomas Munro.
5 lines
186 B
Text
5 lines
186 B
Text
# pg_visibility extension
|
|
comment = 'examine the visibility map (VM) and page-level visibility info'
|
|
default_version = '1.1'
|
|
module_pathname = '$libdir/pg_visibility'
|
|
relocatable = true
|