diff options
| author | Tatsuo Ishii <ishii@postgresql.org> | 2001-10-01 01:52:38 +0000 |
|---|---|---|
| committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-10-01 01:52:38 +0000 |
| commit | 9a23885f7243cddff2cba06a4d245ab54b1ff81e (patch) | |
| tree | 4c3613f5ef5791a624b5339fdea7af5cc58e6dac /contrib/Makefile | |
| parent | 95d4821b1cc56f834b1d901bb9f0bdaf43ff8cc0 (diff) | |
| download | postgresql-9a23885f7243cddff2cba06a4d245ab54b1ff81e.tar.gz | |
Add pgstattuple
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 b83762fec6..1de0581e72 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.28 2001/09/29 03:11:58 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.29 2001/10/01 01:52:38 ishii Exp $ subdir = contrib top_builddir = .. @@ -27,6 +27,7 @@ WANTED_DIRS = \ pg_resetxlog \ pgbench \ pgcrypto \ + pgstattuple \ rserv \ rtree_gist \ seg \ |
