postgresql/src/include/libpq
Heikki Linnakangas 80788a431e Simplify waiting logic in reading from / writing to client.
The client socket is always in non-blocking mode, and if we actually want
blocking behaviour, we emulate it by sleeping and retrying. But we have
retry loops at different layers for reads and writes, which was confusing.
To simplify, remove all the sleeping and retrying code from the lower
levels, from be_tls_read and secure_raw_read and secure_raw_write, and put
all the logic in secure_read() and secure_write().
2015-02-13 21:46:14 +02: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 Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq-be.h Simplify waiting logic in reading from / writing to client. 2015-02-13 21:46:14 +02:00
libpq-fs.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq.h Be more careful to not lose sync in the FE/BE protocol. 2015-02-02 17:09:53 +02: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 Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqsignal.h Update copyright for 2015 2015-01-06 11:43:47 -05:00