Re: BUG #18558: ALTER PUBLICATION fails with unhelpful error on attempt to use system column
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Peter Smith <smithpb2250@gmail.com>, exclusion@gmail.com,
pgsql-bugs@lists.postgresql.org
Date: 2024-08-14T22:34:10Z
Lists: pgsql-bugs
David Rowley <dgrowleyml@gmail.com> writes: > As for this being backpatched or not. For me, about 51% of me thinks > this is fine for a master-only fix. > Does anyone else have any thoughts about back-patching the fix? It does seem mostly cosmetic, since we're just replacing one error message with a better one. regards, tom lane
Commits
-
Improve ALTER PUBLICATION validation and error messages
- 80ffcb842748 18.0 landed