From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com> |
Cc: | Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx |
Date: | 2025-06-23 07:40:47 |
Message-ID: | aFkE_1spCQ8KpD2I@paquier.xyz |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
> I haven't modified the
> traduction files though, I think they're updated through a different
> process?
Traduction files are all updated in a single batch on a regular basis,
using the contents of the translation git repo. There is no need to
touch them when it comes to hacking the core tree.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Jelte Fennema-Nio | 2025-06-23 07:44:29 | Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx |
Previous Message | Shinya Kato | 2025-06-23 07:24:53 | Re: Add log_autovacuum_{vacuum|analyze}_min_duration |