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)
commit78850061868f8855a097393e199b43fe22846068
tree09d66ed0ac272ff6b74dd4340d11a9773e3bb26a
parent85007d921d092f7c31842038371573c42a91d501
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