Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: Michael Paquier <michael@paquier.xyz>
Cc: Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>, Peter Eisentraut <peter@eisentraut.org>,
Greg Sabino Mullane <htamfids@gmail.com>, vignesh C <vignesh21@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-23T07:44:29Z
Lists: pgsql-hackers
On Mon, 23 Jun 2025 at 09:40, Michael Paquier <michael@paquier.xyz> wrote: > > On Mon, Jun 23, 2025 at 09:04:15AM +0200, Anthonin Bonnefoy wrote: > > Since the consensus seems to lean toward \close_prepared, I've > > prepared the patch to rename the command. > > This renaming patch looks correct to me. I am not seeing any missing > references of \close remaining, including APIs, comments and docs. Agreed
Commits
-
psql: Rename meta-command \close to \close_prepared
- fc39b286ad72 18.0 landed
-
psql: Add tests for repeated calls of \bind[_named]
- 91287b5f5da3 18.0 landed
-
psql: Fix memory leak with repeated calls of \bind
- c2fb2f9e200f 16.5 landed
- b0ae6db2088b 17.0 landed
-
psql: Clean up more aggressively state of \bind[_named], \parse and \close
- 87eeadaea143 18.0 landed
-
psql: Add more meta-commands able to use the extended protocol
- d55322b0da60 18.0 landed
-
psql: Add ignore_slash_options in bind's inactive branch
- 04c0897d3bca 17.0 landed