Re: Fix out-of-bounds in the function GetCommandTagName
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Ranier Vilela <ranier.vf@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2024-04-15T02:12:34Z
Lists: pgsql-hackers
On Mon, 15 Apr 2024 at 12:12, Ranier Vilela <ranier.vf@gmail.com> wrote: > > Em dom., 14 de abr. de 2024 às 20:38, David Rowley <dgrowleyml@gmail.com> escreveu: >> You seem to have forgotten to attach it, but my comments above were >> written with the assumption that the patch is what I've attached here. > > Yes, I actually forgot. > > +1 for your patch. I've added a CF entry under your name for this: https://commitfest.postgresql.org/48/4927/ If it was code new to PG17 I'd be inclined to go ahead with it now, but it does not seem to align with making the release mode stable.t I'd bet others will feel differently about that. Delaying seems a better default choice at least. David
Commits
-
Remove COMMAND_TAG_NEXTTAG from enum CommandTag.
- 1f7452fa598e 17.0 landed