Thread: pgsql: postmaster: Start syslogger earlier
postmaster: Start syslogger earlier When the syslogger was originally added (bdf8ef6925de6ea1a9330fa1ce32e1a315d07eb2), nothing was normally logged before the point where it was started. But since f9dfa5c9776649f769d537dd0923003b35f128de, the creation of sockets causes messages of level LOG to be written routinely, so those don't go to the syslogger now. To improve that, arrange the sequence in PostmasterMain() slightly so that the syslogger is started early enough to capture those messages. Discussion: https://www.postgresql.org/message-id/d5d50936-20b9-85f1-06bc-94a01c5040c1%402ndquadrant.com Reviewed-by: Christoph Berg <christoph.berg@credativ.de> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/57431a911d3a650451d198846ad3194900666152 Modified Files -------------- src/backend/postmaster/postmaster.c | 120 ++++++++++++++++++------------------ 1 file changed, 60 insertions(+), 60 deletions(-)