BUG #17235: PQsendQuery (with two sql) after PQenterPipelineMode cause ERROR - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #17235: PQsendQuery (with two sql) after PQenterPipelineMode cause ERROR
Date
Msg-id 17235-53bb38fc5be593dc@postgresql.org
Whole thread Raw
Responses Re: BUG #17235: PQsendQuery (with two sql) after PQenterPipelineMode cause ERROR  ("Daniel Verite" <daniel@manitou-mail.org>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17235
Logged by:          RekGRpth
Email address:      rekgrpth@gmail.com
PostgreSQL version: 14.0
Operating system:   docker alpine
Description:

I use libpq in C.
I call PQsendQuery(conn, "select * from cats; select * from cats") after
PQenterPipelineMode.
This cause ERROR
cannot insert multiple commands into a prepared statement.
postgresql client 14
postgresql server 13.4


pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Snapshot leak warning with lo_export in subtransaction
Next
From: PG Bug reporting form
Date:
Subject: BUG #17236: Postgres core on pstate->p_multiassign_exprs