diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-02-12 03:55:53 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-02-12 03:55:53 +0000 |
| commit | d5dd3d451e7d898ea2492d80539f74f032e3f408 (patch) | |
| tree | 2145f2c3a99667d93a69e43fb5ae7775ddb983f6 /contrib/Makefile | |
| parent | 6c0d4aabe2fd36e2e808c2d453fcabbe6c8464fa (diff) | |
| download | postgresql-d5dd3d451e7d898ea2492d80539f74f032e3f408.tar.gz | |
Add contrib/pg_freespacemap to display free space map information.
Mark Kirkwood
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |
