postgresql/src/include/libpq
Tom Lane c8966a925e Fix pq_putmessage_noblock() to not block.
An evident copy-and-pasteo in commit 2bd9e412f broke the non-blocking
aspect of pq_putmessage_noblock(), causing it to behave identically to
pq_putmessage().  That function is nowadays used only in walsender.c,
so that the net effect was to cause walsenders to hang up waiting for
the receiver in situations where they should not.

Kyotaro Horiguchi

Patch: <20160728.185228.58375982.horiguchi.kyotaro@lab.ntt.co.jp>
2016-07-29 12:53:02 -04:00
..
auth.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
be-fsstubs.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
crypt.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
hba.h Cleanups from the remove-native-krb5 patch 2014-03-16 15:22:45 +01:00
ip.h Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. 2015-02-17 12:49:18 -05:00
libpq-be.h Remove ssl renegotiation support. 2015-07-28 22:06:31 +02:00
libpq-fs.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq.h Fix pq_putmessage_noblock() to not block. 2016-07-29 12:53:02 -04:00
md5.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqcomm.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqformat.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqmq.h Don't send protocol messages to a shm_mq that no longer exists. 2015-10-16 09:49:08 -04:00
pqsignal.h Update copyright for 2015 2015-01-06 11:43:47 -05:00