pgsql: Remove dead code

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dead code
Date: 2022-12-22 07:21:50
Message-ID: E1p8Ftl-004pye-Eh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dead code

The second appearance of NamespaceRelationId in this if-else chain is
in error and can be removed.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/73bb72f0ca2833329b59ebaf9476be3be71e462f

Modified Files
--------------
src/backend/catalog/aclchk.c | 1 -
1 file changed, 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Justin Pryzby 2022-12-22 15:30:41 Re: pgsql: Remove dead code
Previous Message Thomas Munro 2022-12-22 05:34:29 pgsql: Add work-around for VA_ARGS_NARGS() on MSVC.