pgsql: Make it possible to change Kerberos/GSSAPI parameters without - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make it possible to change Kerberos/GSSAPI parameters without
Date
Msg-id 20090102103320.E87DB754A03@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Log Message:
-----------
Make it possible to change Kerberos/GSSAPI parameters without restarting
the postmaster. They are only used in backend processes, so it's just
a matter of re-labeling the GUCs.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.200 -> r1.201)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.200&r2=1.201)
    pgsql/src/backend/utils/misc:
        guc.c (r1.486 -> r1.487)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.486&r2=1.487)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: write_nondefault_variables must take care to write
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: check if connection was accepted before logging