Re: pgsql: Remove dead code

2022-12-22 Thread Michael Paquier
On Thu, Dec 22, 2022 at 09:30:41AM -0600, Justin Pryzby wrote: > This caused me to notice various wrong-looking elog()s. Nice catch. These have been wrong for quite some time, so I have done something down to v11 while passing by.. -- Michael signature.asc Description: PGP signature

Re: pgsql: Remove dead code

2022-12-22 Thread Justin Pryzby
On Thu, Dec 22, 2022 at 07:21:50AM +, Peter Eisentraut wrote: > Remove dead code > > The second appearance of NamespaceRelationId in this if-else chain is > in error and can be removed. This caused me to notice various wrong-looking elog()s. diff --git a/src/backend/catalog/aclchk.c b/src/ba