Re: BUG #4381: Postgresql daemon won't stay in the foreground - Mailing list pgsql-bugs

From Tom Wright
Subject Re: BUG #4381: Postgresql daemon won't stay in the foreground
Date
Msg-id 48B56153.5060103@gmail.com
Whole thread Raw
In response to Re: BUG #4381: Postgresql daemon won't stay in the foreground  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
That did it (was set to silent_mode = on by default).

Thank you very much.

Tom Lane wrote:
> Tom Wright <tom.c.wright@gmail.com> writes:
>
>> I'm starting it with "postgres -D <datadir>", and it immediately forks
>> into the background....
>>
>
> Perhaps you have silent_mode set in the configuration file?  AFAIK the
> postmaster will never fork away from the caller unless that's been set
> in one way or another.
>
>             regards, tom lane
>
>

pgsql-bugs by date:

Previous
From: "Todd A. Cook"
Date:
Subject: Re: BUG #4377: casting result of timeofday() to timestamp fails in some timezones
Next
From: Stephan Szabo
Date:
Subject: Re: BUG #4380: Comparison of OLD and NEW columns in trigger does not always work