Log PostgreSQL version number on startup
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 30 Jan 2019 22:26:10 +0000 (23:26 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 30 Jan 2019 22:26:10 +0000 (23:26 +0100)
commit689d15e95e3509554fbc1afd231b41f4a1fee669
tree0f58daf0c10ebe54835f216de1c08c939daac016
parent57431a911d3a650451d198846ad3194900666152
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/
src/backend/postmaster/postmaster.c