pgsql: Fix incorrect error message in libpq_pipeline

Started by Michael Paquierabout 3 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

Fix incorrect error message in libpq_pipeline

One of the tests for the pipeline mode with portal description expects a
non-NULL PQgetResult, but used an incorrect error message on failure,
telling that PQgetResult being NULL was the expected result.

Author: Jelte Fennema
Discussion: /messages/by-id/CAGECzQTkShHecFF+EZrm94Lbsu2ej569T=bz+PjMbw9Aiioxuw@mail.gmail.com
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/451ca5c1e699c4448875fc12d9ed6d84a2e7816d

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)