Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 914e177

Browse files
committed
Remove contrib/pg_logger, per recent discussion.
1 parent 1cfd201 commit 914e177

File tree

5 files changed

+1
-129
lines changed

5 files changed

+1
-129
lines changed

contrib/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.50 2004/08/28 21:36:24 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.51 2004/09/16 21:20:19 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -26,7 +26,6 @@ WANTED_DIRS = \
2626
oid2name \
2727
pg_autovacuum \
2828
pg_dumplo \
29-
pg_logger \
3029
pg_trgm \
3130
pgbench \
3231
pgcrypto \

contrib/README

-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ pg_dumplo -
140140
Dump large objects
141141
by Karel Zak <zakkr@zf.jcu.cz>
142142

143-
pg_logger -
144-
Stdin-to-syslog gateway for PostgreSQL
145-
by Nathan Myers <ncm@nospam.cantrip.org>
146-
147143
pg_trgm -
148144
Functions for determining the similarity of text based on trigram
149145
matching.

contrib/pg_logger/Makefile

-16
This file was deleted.

contrib/pg_logger/README.pg_logger

-1
This file was deleted.

contrib/pg_logger/pg_logger.c

-106
This file was deleted.

0 commit comments

Comments
 (0)