Add 'Portal Close' message to pipelined PQsendQuery()
Alvaro Herrera <alvherre@alvh.no-ip.org>
Add 'Portal Close' message to pipelined PQsendQuery() Commit acb7e4eb6b1c added a new implementation for PQsendQuery so that it works in pipeline mode (by using extended query protocol), but it behaves differently from the 'Q' message (in simple query protocol) used by regular implementation: the new one doesn't close the unnamed portal. Change the new code to have identical behavior to the old. Reported-by: Yura Sokolov <y.sokolov@postgrespro.ru> Author: Álvaro Herrera <alvherre@alvh.no-ip.org> Discussion: https://postgr.es/m/202106072107.d4i55hdscxqj@alvherre.pgsql
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-exec.c | modified | +7 −1 |
| src/test/modules/libpq_pipeline/traces/pipeline_abort.trace | modified | +2 −0 |
Discussion
- Add PortalDrop in exec_execute_message 17 messages · 2021-05-19 → 2021-06-11