Re: BUG #6664: Postgres server process does not come up in foreground and parent process is set to init ( PID 1 )

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: karthik(dot)jcecs(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6664: Postgres server process does not come up in foreground and parent process is set to init ( PID 1 )
Date: 2012-05-24 14:16:27
Message-ID: 19267.1337868987@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

karthik(dot)jcecs(at)gmail(dot)com writes:
> As per the documentation by default postgres server should run in
> foreground. I am referring to this link -
> http://www.postgresql.org/docs/9.0/static/server-start.html
> But what I have observed is, it is not happening and the command returns
> immediately. Below is the transcript -

Is it possible you've got silent_mode enabled in postgresql.conf?
That's the only thing I can think of that would make it do that.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message karthik ananth 2012-05-24 17:40:41 Re: BUG #6664: Postgres server process does not come up in foreground and parent process is set to init ( PID 1 )
Previous Message Bruce Momjian 2012-05-24 13:59:56 Re: PostgreSQL 9.2 beta1's pg_upgrade fails on Windows XP