Re: FATAL message on Linux - Mailing list pgsql-hackers

From Tom Lane
Subject Re: FATAL message on Linux
Date
Msg-id 22617.1059494795@sss.pgh.pa.us
Whole thread Raw
In response to FATAL message on Linux  (Michael Brusser <michael@synchronicity.com>)
List pgsql-hackers
Michael Brusser <michael@synchronicity.com> writes:
> Now, (on Linux only) we sometimes run into this:

> 2003-07-29 11:31:15 [26665]  LOG:  smart shutdown request
> 2003-07-29 11:31:15 [26728]  LOG:  shutting down
> 2003-07-29 11:31:17 [26728]  LOG:  database system is shut down
> 2003-07-29 11:31:19 [26767]  LOG:  database system was shut down at
> 2003-07-29 11:31:17 EDT
> 2003-07-29 11:31:19 [26767]  LOG:  checkpoint record is at 0/C01520
> 2003-07-29 11:31:19 [26767]  LOG:  redo record is at 0/C01520; undo record
> is at 0/0; shutdown TRUE
> 2003-07-29 11:31:19 [26767]  LOG:  next transaction id: 15648; next oid:
> 18523
> 2003-07-29 11:31:24 [26769]  FATAL:  The database system is starting up
> 2003-07-29 11:31:26 [26767]  LOG:  database system is ready

This just looks like some client tried to connect before the startup
process finished.  It'll get turned away with a message like the above.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Brusser
Date:
Subject: FATAL message on Linux
Next
From: Andrew Dunstan
Date:
Subject: Re: an aggregate array function