Re: [PATCH] Log PostgreSQL version number on startup
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Christoph Berg <christoph.berg@credativ.de>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-01-30T22:29:41Z
Lists: pgsql-hackers
On 29/01/2019 16:46, Christoph Berg wrote: > Re: Peter Eisentraut 2019-01-16 <92bfdfdf-4164-aec5-4e32-c26e67821c38@2ndquadrant.com> >>> Why don't we start the logging collector before opening the sockets? >> >> Specifically, something like the attached. >> >> This keeps the dynamic module loading before the logging collector >> start, so we see those error messages on stderr, but then the setting up >> of the sockets would get logged. > > This works nicely, so +1. > > I'm attaching your patch as 0001 and my rebased one on top of it as > 0002. committed -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
postmaster: Start syslogger earlier
- 57431a911d3a 12.0 landed