pgsql: Log PostgreSQL version number on startup

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Log PostgreSQL version number on startup
Date: 2019-01-30 22:29:04
Message-ID: E1goyLw-0003QX-Mk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)berg(at)credativ(dot)de>
Discussion: https://www.postgresql.org/message-id/flat/20181121144611(dot)GJ15795(at)msg(dot)credativ(dot)de/

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-31 00:25:42 pgsql: Allow RECORD and RECORD[] to be specified in function coldeflist
Previous Message Peter Eisentraut 2019-01-30 20:14:31 pgsql: postmaster: Start syslogger earlier