Test settings in postgresql.conf.sample in beta4
Folks,
Looks like someone left their test settings in postgresql.conf.sample in
the beta4 release:
-Line 224------------
silent_mode = true
#silent_mode = false # DO NOT USE without syslog or
redirect_stderr
-----------------
--
--Josh
Josh Berkus
Aglio Database Solutions
San Francisco
Josh Berkus <josh@agliodbs.com> writes:
Looks like someone left their test settings in postgresql.conf.sample in
the beta4 release:
-Line 224------------
silent_mode = true
#silent_mode = false # DO NOT USE without syslog or
redirect_stderr
-----------------
Don't see it in my copy, nor in cvsweb.
regards, tom lane
On Thu, Oct 27, 2005 at 09:54:03AM -0700, Josh Berkus wrote:
Looks like someone left their test settings in postgresql.conf.sample in
the beta4 release:-Line 224------------
silent_mode = true
#silent_mode = false # DO NOT USE without syslog or
redirect_stderr
Are you sure you're looking at the right file? I see that in neither
CVS nor the 8.1beta4 tarball. In the latest version of that file
silent_mode is on line 286 and its value is "off", not 'false";
based on your output I'd guess you're looking at an 8.0 configuration
file.
--
Michael Fuhr
Tom,
Don't see it in my copy, nor in cvsweb.
Sorry. This looks like an artifact of the FreeBSD ports install combining
in weird ways with a CVS install of beta4. Sorry for the bogus report.
--
--Josh
Josh Berkus
Aglio Database Solutions
San Francisco