Re: BUG #4381: Postgresql daemon won't stay in the foreground

From: Tom Wright <tom(dot)c(dot)wright(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4381: Postgresql daemon won't stay in the foreground
Date: 2008-08-27 14:14:43
Message-ID: 48B56153.5060103@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

That did it (was set to silent_mode = on by default).

Thank you very much.

Tom Lane wrote:
> Tom Wright <tom(dot)c(dot)wright(at)gmail(dot)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
>
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2008-08-27 17:06:02 Re: BUG #4380: Comparison of OLD and NEW columns in trigger does not always work
Previous Message Todd A. Cook 2008-08-27 14:03:49 Re: BUG #4377: casting result of timeofday() to timestamp fails in some timezones