Re: [GENERAL] postmaster respawning too fast - Mailing list pgsql-general

From Gene Selkov, Jr.
Subject Re: [GENERAL] postmaster respawning too fast
Date
Msg-id 199910131346.IAA07531@antares.mcs.anl.gov
Whole thread Raw
In response to Re: [GENERAL] postmaster respawning too fast  (Chairudin Sentosa Harjo <chai@prima.net.id>)
List pgsql-general
> Do you mean to replace with this command on /etc/inittab? (no /dev/null)
>
> pg:2345:respawn:/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster
> -D /usr/local/pgsql/data >> /usr/local/pgsql/server.log 2>&1"

the command should be:

/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >> /usr/local/pgsql/server.log"

(also, make sure it is written on a single line in your inittab)


> What should I observe after I change to the above command line?

The error message will be sent to your terminal instead of /dev/null.

--Gene

pgsql-general by date:

Previous
From: "amy cheng"
Date:
Subject: Re: [GENERAL] stored procedure revisited
Next
From: Howie
Date:
Subject: Re: [GENERAL] stored procedure revisited