Postmaster startup messages - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Postmaster startup messages
Date
Msg-id 200705301757.17437.peter_e@gmx.net
Whole thread Raw
Responses Re: Postmaster startup messages  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Postmaster startup messages  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
Does anyone actually read these?

LOG:  database system was shut down at 2007-05-30 17:54:39 CEST
LOG:  checkpoint record is at 0/42C4FC
LOG:  redo record is at 0/42C4FC; undo record is at 0/0; shutdown TRUE
LOG:  next transaction ID: 0/593; next OID: 10820
LOG:  next MultiXactId: 1; next MultiXactOffset: 0
LOG:  database system is ready

Why not just:

LOG:  database system is ready

If people are worried that the startup might take longer, then maybe add

LOG:  database system is starting

before that.

Comments?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: 'Waiting on lock'
Next
From: Gregory Stark
Date:
Subject: Re: TOAST usage setting