Skip to content

psql ODBC Linux CI - Fix hang on COPY ... FROM STDIN / TO STDOUT (#202) These handle the connection over to the COPY streaming sub-protocol, which the driver doesn't implement: the server waited in ClientRead for CopyData that never came, while the result loop spun on the same COPY status from libpq. SQLCancel couldn't recover it either -- a backend blocked reading copy data only services termination. PGRES_COPY_IN/OUT/BOTH were already recognized, but the simple query path returned as if it had a resu... #91

psql ODBC Linux CI - Fix hang on COPY ... FROM STDIN / TO STDOUT (#202) These handle the connection over to the COPY streaming sub-protocol, which the driver doesn't implement: the server waited in ClientRead for CopyData that never came, while the result loop spun on the same COPY status from libpq. SQLCancel couldn't recover it either -- a backend blocked reading copy data only services termination. PGRES_COPY_IN/OUT/BOTH were already recognized, but the simple query path returned as if it had a resu...

psql ODBC Linux CI - Fix hang on COPY ... FROM STDIN / TO STDOUT (#202) These handle the connection over to the COPY streaming sub-protocol, which the driver doesn't implement: the server waited in ClientRead for CopyData that never came, while the result loop spun on the same COPY status from libpq. SQLCancel couldn't recover it either -- a backend blocked reading copy data only services termination. PGRES_COPY_IN/OUT/BOTH were already recognized, but the simple query path returned as if it had a resu... #91

Triggered via push August 15, 2026 12:42
Status Success
Total duration 3m 9s
Artifacts

linux.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Red Hat (Fedora)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Debian (Ubuntu)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/