postgresql/src/backend/tcop
Tom Lane f4bd04bb67 Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier
to use and significantly faster.  This tweak saves 25% (!) of the runtime
of COPY IN in a test with 8000-character lines.  I wouldn't normally
commit a performance improvement this late in the cycle, but 25% got
my attention...
2001-12-04 19:40:17 +00:00
..
dest.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
fastpath.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
Makefile
postgres.c Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier 2001-12-04 19:40:17 +00:00
pquery.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
utility.c Some minor tweaks of REINDEX processing: grab exclusive lock a little 2001-11-20 02:46:13 +00:00