mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
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
This directory contains the C version of Libpq, the POSTGRES frontend library.