From 8dec0c1bf2f1bb1535c7fae63ab64eeff3190760 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 21 Jul 2004 20:23:05 +0000 Subject: lease find enclosed a patch that matches the PL/Perl documentation (fairly closely, I hope) to the current PL/Perl implementation. David Fetter --- src/include/postmaster/postmaster.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/postmaster') diff --git a/src/include/postmaster/postmaster.h b/src/include/postmaster/postmaster.h index 301f7652ff..0b18842133 100644 --- a/src/include/postmaster/postmaster.h +++ b/src/include/postmaster/postmaster.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.2 2004/05/30 03:50:15 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.3 2004/07/21 20:23:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -29,6 +29,7 @@ extern char *preload_libraries_string; extern bool Log_connections; extern bool log_hostname; extern char *rendezvous_name; +extern bool autovacuum_start_daemon; #ifdef WIN32 extern HANDLE PostmasterHandle; -- cgit v1.2.1