diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-09-23 18:11:48 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-09-23 18:11:48 +0200 |
commit | 1c03166352c3fd94dd131938e42f2a182fcf4067 (patch) | |
tree | c2a1c19380b6cac89b964bc2a5b15ff298ba2e88 /src/backend/executor/nodeModifyTable.c | |
parent | 21934612d86a1e0c83c2774b776a022b9a5a90bd (diff) | |
download | postgresql-1c03166352c3fd94dd131938e42f2a182fcf4067.tar.gz postgresql-1c03166352c3fd94dd131938e42f2a182fcf4067.zip |
Stop using PQsendQuery in libpq_pipeline
The "emulation" I wrote for PQsendQuery in pipeline mode to use extended
query protocol, in commit acb7e4eb6b1c, is problematic. Due to numerous
bugs we'll soon remove it. As a first step and for all branches back to
14, stop using PQsendQuery in libpq_pipeline. Also remove a few test
lines that will no longer be relevant.
Backpatch to 14.
Discussion: https://postgr.es/m/CA+mi_8ZGSQNmW6-mk_iSR4JZB_LJ4ww3suOF+1vGNs3MrLsv4g@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions