pgsql: Log PostgreSQL version number on startup - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Log PostgreSQL version number on startup
Date
Msg-id E1goyLw-0003QX-Mk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Log PostgreSQL version number on startup

Logging the PostgreSQL version on startup is useful for two reasons:
There is a clear marker in the log file that a new postmaster is
beginning, and it's useful for tracking the server version across
startup while upgrading.

Author: Christoph Berg <christoph.berg@credativ.de>
Discussion: https://www.postgresql.org/message-id/flat/20181121144611.GJ15795@msg.credativ.de/

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/689d15e95e3509554fbc1afd231b41f4a1fee669

Modified Files
--------------
src/backend/postmaster/postmaster.c | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: postmaster: Start syslogger earlier
Next
From: Tom Lane
Date:
Subject: pgsql: Allow RECORD and RECORD[] to be specified in functioncoldeflist