diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-16 21:20:20 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-16 21:20:20 +0000 |
| commit | 914e177a3e3e99fef6439f07c204d156e1bd1fc1 (patch) | |
| tree | 86f799b03d4f3807318e20708eecd55058e99902 /contrib/Makefile | |
| parent | 1cfd2012a6cab78fd5e4cf126f956578c0f4e1ed (diff) | |
| download | postgresql-914e177a3e3e99fef6439f07c204d156e1bd1fc1.tar.gz | |
Remove contrib/pg_logger, per recent discussion.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 1a25bfd17e..321c1126f8 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.50 2004/08/28 21:36:24 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.51 2004/09/16 21:20:19 tgl Exp $ subdir = contrib top_builddir = .. @@ -26,7 +26,6 @@ WANTED_DIRS = \ oid2name \ pg_autovacuum \ pg_dumplo \ - pg_logger \ pg_trgm \ pgbench \ pgcrypto \ |
