Re: [PATCH] Log PostgreSQL version number on startup - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Log PostgreSQL version number on startup
Date
Msg-id 20181210063307.GD1105@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] Log PostgreSQL version number on startup  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [PATCH] Log PostgreSQL version number on startup  (Christoph Berg <christoph.berg@credativ.de>)
List pgsql-hackers
On Wed, Nov 21, 2018 at 11:32:46AM -0500, Stephen Frost wrote:
> * Christoph Berg (christoph.berg@credativ.de) wrote:
>> it has bugged me for a long time that there's no clear "PostgreSQL is
>> starting" message in the server log file. I'd like to change that for
>> two reasons:
>
> +1

+1.  One complain which could be formulated is that this makes the
logs at startup more noisy.  Now your patch has an issue if you want to
ensure that this information gets added to the log files, because at
this stage of startup the GUCs are not loaded, hence this is sent to
stderr, and perhaps not on the log files.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Use durable_unlink for .ready and .done files for WAL segmentremoval
Next
From: "Takahashi, Ryohei"
Date:
Subject: RE: Too many logs are written on Windows (LOG: could not reserveshared memory region (addr=%p) for child %p:)