pgsql: Remove redundant relkind check

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant relkind check
Date: 2023-01-17 07:32:17
Message-ID: E1pHgS9-0045o2-74@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant relkind check

Ranier Vilela

Reviewed by Justin Pryzby
Discussion: https://www.postgresql.org/message-id/CAEudQAp2R2fbbi0OHHhv_n4%3DCh0t1VtjObR9YMqtGKHJ%2BfaUFQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15eb1228800a35042ef318f941173aa8b89002d1

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-01-17 19:14:29 pgsql: Remove AggregateRelationId from recordExtObjInitPriv()
Previous Message John Naylor 2023-01-17 07:11:49 pgsql: Remove dead code in formatting.c