Re: [PATCH] Log PostgreSQL version number on startup
Christoph Berg <christoph.berg@credativ.de>
From: Christoph Berg <christoph.berg@credativ.de>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-01-29T15:46:06Z
Lists: pgsql-hackers
Attachments
- 0001-postmaster-Start-syslogger-earlier.patch (text/x-diff)
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. Christoph -- Senior Berater, Tel.: +49 2166 9901 187 credativ GmbH, HRB Mönchengladbach 12080, USt-ID-Nummer: DE204566209 Trompeterallee 108, 41189 Mönchengladbach Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer Unser Umgang mit personenbezogenen Daten unterliegt folgenden Bestimmungen: https://www.credativ.de/datenschutz
Commits
-
postmaster: Start syslogger earlier
- 57431a911d3a 12.0 landed