Re: [HACKERS] Test settings in postgresql.conf.sample in beta4

2005-10-27 Thread Josh Berkus
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 ---(end of

Re: [HACKERS] Test settings in postgresql.conf.sample in beta4

2005-10-27 Thread Michael Fuhr
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

Re: [HACKERS] Test settings in postgresql.conf.sample in beta4

2005-10-27 Thread Tom Lane
Josh Berkus 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

[HACKERS] Test settings in postgresql.conf.sample in beta4

2005-10-27 Thread Josh Berkus
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 Fr