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

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

  1. libpq: Add support for Close on portals and statements

  2. Fix incorrect error message in libpq_pipeline