mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add pg_visibility contrib module.
This lets you examine the visibility map as well as page-level visibility information. I initially wrote it as a debugging aid, but was encouraged to polish it for commit. Patch by me, reviewed by Masahiko Sawada. Discussion: 56D77803.6080503@BlueTreble.com
This commit is contained in:
5
contrib/pg_visibility/pg_visibility.control
Normal file
5
contrib/pg_visibility/pg_visibility.control
Normal file
@ -0,0 +1,5 @@
|
||||
# pg_visibility extension
|
||||
comment = 'examine the visibility map (VM) and page-level visibility info'
|
||||
default_version = '1.0'
|
||||
module_pathname = '$libdir/pg_visibility'
|
||||
relocatable = true
|
Reference in New Issue
Block a user