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

From Tom Lane
Subject Re: BUG #4381: Postgresql daemon won't stay in the foreground
Date
Msg-id 22789.1219845551@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4381: Postgresql daemon won't stay in the foreground  (Tom Wright <tom.c.wright@gmail.com>)
Responses Re: BUG #4381: Postgresql daemon won't stay in the foreground
List pgsql-bugs
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: Tom Wright
Date:
Subject: Re: BUG #4381: Postgresql daemon won't stay in the foreground
Next
From: "Todd A. Cook"
Date:
Subject: Re: BUG #4377: casting result of timeofday() to timestamp fails in some timezones