postgresql/contrib/pg_visibility/pg_visibility.control
Robert Haas ba0a198fb1 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
2016-03-08 08:42:01 -05:00

6 lines
186 B
Plaintext

# 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