1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00
Files
postgres/src/interfaces/libpq
Tom Lane 9b012311f8 Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant
because pqSendSome will absorb input data anytime it'd be forced to block.
Avoiding a kernel call per PQputCopyData call helps COPY speed materially.

Alon Goldshuv
2006-01-25 20:44:32 +00:00
..
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2005-01-14 08:57:06 +00:00
2005-10-15 02:49:52 +00:00
2004-12-31 22:04:05 +00:00
2004-12-31 22:04:05 +00:00
2004-12-31 22:04:05 +00:00
2005-10-15 02:49:52 +00:00

This directory contains the C version of Libpq, the POSTGRES frontend library.