From d5dd3d451e7d898ea2492d80539f74f032e3f408 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 12 Feb 2006 03:55:53 +0000 Subject: Add contrib/pg_freespacemap to display free space map information. Mark Kirkwood --- contrib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index 7367163440..a96a77e542 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.61 2005/09/01 22:02:44 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.62 2006/02/12 03:55:52 momjian Exp $ subdir = contrib top_builddir = .. @@ -21,6 +21,7 @@ WANTED_DIRS = \ ltree \ oid2name \ pg_buffercache \ + pg_freespacemap \ pg_trgm \ pgbench \ pgcrypto \ -- cgit v1.2.1