Add contrib/pg_freespacemap to display free space map information.
Bruce Momjian <bruce@momjian.us>
Add contrib/pg_freespacemap to display free space map information. Mark Kirkwood
Files
| Path | Change | +/− |
|---|---|---|
| contrib/Makefile | modified | +2 −1 |
| contrib/pg_freespacemap/Makefile | added | +17 −0 |
| contrib/pg_freespacemap/pg_freespacemap.c | added | +231 −0 |
| contrib/pg_freespacemap/pg_freespacemap.sql.in | added | +19 −0 |
| contrib/pg_freespacemap/README.pg_freespacemap | added | +98 −0 |
| contrib/README | modified | +4 −0 |
| src/backend/storage/freespace/freespace.c | modified | +12 −96 |
| src/include/storage/freespace.h | modified | +98 −1 |