summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/Makefile
diff options
context:
space:
mode:
authorBruce Momjian2004-07-21 20:23:05 +0000
committerBruce Momjian2004-07-21 20:23:05 +0000
commit8dec0c1bf2f1bb1535c7fae63ab64eeff3190760 (patch)
treefb199665ef95ed7b4bbceab1978a69476a5720f1 /src/backend/postmaster/Makefile
parent83997560b755523545424f7e8909e656b0f3f500 (diff)
lease find enclosed a patch that matches the PL/Perl documentation
(fairly closely, I hope) to the current PL/Perl implementation. David Fetter
Diffstat (limited to 'src/backend/postmaster/Makefile')
-rw-r--r--src/backend/postmaster/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/Makefile b/src/backend/postmaster/Makefile
index 10d7cfcb8ef..d41790e0f79 100644
--- a/src/backend/postmaster/Makefile
+++ b/src/backend/postmaster/Makefile
@@ -4,7 +4,7 @@
# Makefile for src/backend/postmaster
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/postmaster/Makefile,v 1.16 2004/07/19 02:47:08 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/postmaster/Makefile,v 1.17 2004/07/21 20:22:59 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -12,7 +12,7 @@ subdir = src/backend/postmaster
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-OBJS = postmaster.o bgwriter.o pgstat.o pgarch.o
+OBJS = postmaster.o bgwriter.o pgstat.o pgarch.o pg_autovacuum.o
all: SUBSYS.o