]> granicus.if.org Git - postgresql/commit
Patch to cure O(N^2) behavior in libpq when reading a long
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Sep 1999 03:00:19 +0000 (03:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Sep 1999 03:00:19 +0000 (03:00 +0000)
commit3ec5232363907a8feb65df190c1a97b62a772804
tree4f55c4b2e08c11eb8c11ea4f83c6fefe310670b8
parentad4a574b006eb88c6b6f97871c5d938af06369cf
Patch to cure O(N^2) behavior in libpq when reading a long
message under a kernel that only returns one packet per recv() call.  This
didn't use to matter much, but it starts to get annoying with multi-megabyte
EXPLAIN VERBOSE responses...
src/interfaces/libpq/fe-misc.c