Re: Postmaster shuts down after rebuilding database via psql - Mailing list pgsql-general

From Tom Lane
Subject Re: Postmaster shuts down after rebuilding database via psql
Date
Msg-id 28446.1149259755@sss.pgh.pa.us
Whole thread Raw
In response to Postmaster shuts down after rebuilding database via psql  ("Averbukh Stella" <Stella.Averbukh@arbitron.com>)
List pgsql-general
"Averbukh Stella" <Stella.Averbukh@arbitron.com> writes:
> After database was recreated, I do the same ps command but the output is
> completely different.  The main postmaster process is gone and there are
> couple of subprocesses that are still hanging there.

Crashes of the main postmaster process are pretty unusual.  You haven't
given us much of anything to go on though.  Look in the postmaster log
to see if it emits an error message when it quits.  Look for a core dump
file and gdb it to get a stack trace.  (Make sure you are starting the
postmaster under a ulimit setting that allows dumping core.)

What Postgres version is this exactly, and what operating system?
(No, "sparc10" is not an operating system.)

            regards, tom lane

pgsql-general by date:

Previous
From: "Averbukh Stella"
Date:
Subject: Postmaster shuts down after rebuilding database via psql
Next
From: Scott Ribe
Date:
Subject: Re: Best high availability solution ?