Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Feb 2002 19:49:09 +0000 (19:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Feb 2002 19:49:09 +0000 (19:49 +0000)
commit5bdf8874b64fe6cfab124f6d8429cd004f1404e4
tree7869be256c77a6880b5fb5848afc8c1ccb6e152d
parent23c47067ce54e55fc997ab4fe3e18dae8893f68a
Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one
send() and probable process context swap during backend startup.
src/backend/libpq/auth.c