1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +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:
Robert Haas
2016-03-08 08:38:50 -05:00
parent 6f56b41ac0
commit ba0a198fb1
9 changed files with 544 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
&pgstatstatements;
&pgstattuple;
&pgtrgm;
&pgvisibility;
&postgres-fdw;
&seg;
&sepgsql;