]> granicus.if.org Git - postgresql/commit
Make creation of statistics collection socket more robust, by allowing it
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Nov 2003 17:24:19 +0000 (17:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Nov 2003 17:24:19 +0000 (17:24 +0000)
commit3bdde811d94afa8bcc72681758750d8886120759
treecc1fdced1006d63a2e236647ed1667b2f59cb653
parent9bda4c71c7b41308ec080555b015e29411037c0c
Make creation of statistics collection socket more robust, by allowing it
to try additional addresses returned from getaddrinfo() if the first one
fails at the bind() or connect() steps.  Per yesterday's discussion.
src/backend/postmaster/pgstat.c