|
Home > Archive > PostgreSQL Hacks > October 2005 > Test settings in postgresql.conf.sample in beta4
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Test settings in postgresql.conf.sample in beta4
|
|
| Josh Berkus 2005-10-27, 5:29 pm |
| 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
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Tom Lane 2005-10-27, 5:29 pm |
| 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
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
| |
| Michael Fuhr 2005-10-27, 5:29 pm |
| 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
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Josh Berkus 2005-10-27, 5:29 pm |
| 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 broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
|
|
|
|
|