Fix crash on syslogger startup When syslogger starts up, ListenSockets is still NULL. Don't try to pfree it. Oversight in commit e29c464395.
Reported-by: Michael Paquier Discussion: https://www.postgresql.org/message-id/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5da0a622e88907722ce456d30dbf0565ed7a222b Modified Files -------------- src/backend/postmaster/postmaster.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
