Re: Deleting prepared statements from libpq.
Jelte Fennema <me@jeltef.nl>
From: Jelte Fennema <me@jeltef.nl>
To: jian he <jian.universality@gmail.com>
Cc: Craig Ringer <craig@2ndquadrant.com>, Dmitry Igrishin <dmitigr@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Daniele Varrazzo <daniele.varrazzo@gmail.com>
Date: 2023-06-18T11:03:57Z
Lists: pgsql-hackers
Attachments
- v2-0001-Support-sending-Close-messages-from-libpq.patch (application/octet-stream) patch v2-0001
On Sat, 17 Jun 2023 at 15:34, jian he <jian.universality@gmail.com> wrote: > I failed to link it. I don't know why. Sorry about that. I attached a new patch that allows linking to the new functions (I forgot to add the functions to exports.txt). This new patch also adds some basic tests for these new functions.
Commits
-
libpq: Add support for Close on portals and statements
- 28b572656184 17.0 landed
-
Fix incorrect error message in libpq_pipeline
- 451ca5c1e699 14.9 landed
- 4fd633df5080 15.4 landed
- f69a7f08fd01 16.0 landed