]> granicus.if.org Git - postgresql/commit
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)
commit9103372f52ab9042a934aa857ee83a24784be3ce
treeab4f2b4dc634e2ea7ef76c7fbfa0042194a9e479
parent8adf56f77aa0cc8cf4af7a19f0d235fc56fbabc7
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