pgsql: Support include directives in postgresql.conf.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support include directives in postgresql.conf.
Date: 2006-03-04 22:19:31
Message-ID: 20060304221931.750E49DC870@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Support include directives in postgresql.conf.
Patch by Joachim Wieland, somewhat reworked for clarity and portability.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.48 -> r1.49)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.48&r2=1.49)
pgsql/src/backend/utils/misc:
guc-file.l (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc-file.l.diff?r1=1.34&r2=1.35)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2006-03-04 22:44:25 grantfu - grantfu: support roles, USAGE ON SEQENCE.
Previous Message Tom Lane 2006-03-04 21:32:47 pgsql: Declare the arguments of AllocateFile() as const char *, not char