pgsql: Support include directives in postgresql.conf. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Support include directives in postgresql.conf.
Date
Msg-id 20060304221931.750E49DC870@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Declare the arguments of AllocateFile() as const char *, not char
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: grantfu - grantfu: support roles, USAGE ON SEQENCE.