]> granicus.if.org Git - postgresql/commit
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Sep 2009 17:08:36 +0000 (17:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Sep 2009 17:08:36 +0000 (17:08 +0000)
commiteeb6cb143a005641841e718cb8638bc0c684ec25
treef9484aae6787ac93e18d19b547d041ae01a4ed76
parent59b9f3d36d56fa2bc998c4169f650b0a501874ea
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.
doc/src/sgml/config.sgml
src/backend/postmaster/postmaster.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/postmaster/postmaster.h