pgsql: Add a boolean GUC parameter "bonjour" to control whether a

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a boolean GUC parameter "bonjour" to control whether a
Date: 2009-09-08 17:08:36
Message-ID: 20090908170836.67C10753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
build actually attempts to advertise itself via Bonjour. Formerly it always
did so, which meant that packagers had to decide for their users whether
this behavior was wanted or not. The default is "off" to be on the safe
side, though this represents a change in the default behavior of a
Bonjour-enabled build. Per discussion.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.224 -> r1.225)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.224&r2=1.225)
pgsql/src/backend/postmaster:
postmaster.c (r1.595 -> r1.596)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.595&r2=1.596)
pgsql/src/backend/utils/misc:
guc.c (r1.515 -> r1.516)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.515&r2=1.516)
postgresql.conf.sample (r1.264 -> r1.265)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.264&r2=1.265)
pgsql/src/include/postmaster:
postmaster.h (r1.20 -> r1.21)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/postmaster/postmaster.h?r1=1.20&r2=1.21)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-08 18:15:56 pgsql: Remove any -arch switches given in ExtUtils::Embed's ldopts from
Previous Message Tom Lane 2009-09-08 16:08:26 pgsql: Replace use of the long-deprecated Bonjour API