diff options
| author | Tatsuo Ishii <ishii@postgresql.org> | 2006-04-23 02:17:59 +0000 |
|---|---|---|
| committer | Tatsuo Ishii <ishii@postgresql.org> | 2006-04-23 02:17:59 +0000 |
| commit | 4799cd7f24a5dc1cc237b24e4c2aa348961dd072 (patch) | |
| tree | f6a65470f182a9205c133700610dfcda24f0b7af /contrib/Makefile | |
| parent | 66126f9687a03ab61b6be7709324fd7e2ecac8bd (diff) | |
| download | postgresql-4799cd7f24a5dc1cc237b24e4c2aa348961dd072.tar.gz | |
Add pgrowlocks
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 c00568e32e..8fc9b92e89 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.64 2006/04/03 18:47:41 petere Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.65 2006/04/23 02:17:59 ishii Exp $ subdir = contrib top_builddir = .. @@ -25,6 +25,7 @@ WANTED_DIRS = \ pg_trgm \ pgbench \ pgcrypto \ + pgrowlocks \ pgstattuple \ seg \ spi \ |
