Re: Deleting prepared statements from libpq. - Mailing list pgsql-hackers

From Jelte Fennema
Subject Re: Deleting prepared statements from libpq.
Date
Msg-id CAGECzQTwEMQL9yEgMLyj3DLWSNaXSYcbge5RomXDvNHDgEp0uA@mail.gmail.com
Whole thread Raw
In response to Re: Deleting prepared statements from libpq.  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Deleting prepared statements from libpq.
List pgsql-hackers
On Tue, 20 Jun 2023 at 06:18, Michael Paquier <michael@paquier.xyz> wrote:
> The amount of duplication between the describe and close paths
> concerns me a bit.  Should PQsendClose() and PQsendDescribe() be
> merged into a single routine (say PQsendCommand), that uses a message
> type for pqPutMsgStart and a queryclass as extra arguments?

Done (I called it PQsendTypedCommand)

Attachment

pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: Do we want a hashset type?
Next
From: Russell Foster
Date:
Subject: Re: Postgres v15 windows bincheck regression test failures