]> granicus.if.org Git - postgresql/commit
Add contrib/pg_freespacemap to display free space map information.
authorBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 03:55:53 +0000 (03:55 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 03:55:53 +0000 (03:55 +0000)
commitd5dd3d451e7d898ea2492d80539f74f032e3f408
tree2145f2c3a99667d93a69e43fb5ae7775ddb983f6
parent6c0d4aabe2fd36e2e808c2d453fcabbe6c8464fa
Add contrib/pg_freespacemap to display free space map information.

Mark Kirkwood
contrib/Makefile
contrib/README
contrib/pg_freespacemap/Makefile [new file with mode: 0644]
contrib/pg_freespacemap/README.pg_freespacemap [new file with mode: 0644]
contrib/pg_freespacemap/pg_freespacemap.c [new file with mode: 0644]
contrib/pg_freespacemap/pg_freespacemap.sql.in [new file with mode: 0644]
src/backend/storage/freespace/freespace.c
src/include/storage/freespace.h