BUG #5118: start-status-insert-fatal

From: "Gerhard Leykam" <gel123(at)sealsystems(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5118: start-status-insert-fatal
Date: 2009-10-15 13:36:26
Message-ID: 200910151336.n9FDaQL3084899@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5118
Logged by: Gerhard Leykam
Email address: gel123(at)sealsystems(dot)de
PostgreSQL version: 8.4.0
Operating system: linux
Description: start-status-insert-fatal
Details:

Hi!

I am using a start script to set up my PostgreSQL database: it runs initdb,
if not done yet, starts the instance with pg_ctl start and checks everything
is fine by pg_ctl status.

If there is another PostgreSQL database on the same machine listening to the
same port, postmaster comes up, pg_ctl status says everthings fine, but
postmaster falls down with appropriate message in postgres.log.

All SQL commands in my script after status check are running against the
other database!

How do you think about some sort of postmaster.up file next to
postmaster.pid, which is created just as really everything is up and OK?

Regards,
Gerhard

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2009-10-15 14:30:35 Re: issue with integer nullable column and value 0
Previous Message cf of 2009-10-15 07:45:26 BUG #5117: Table type Function Bug when column dropped