pgsql: pg_dump: Remove some dead code.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: Remove some dead code.
Date: 2026-09-01 16:26:36
Message-ID: E1x1RJi-000000033o9-4Axx@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Remove some dead code.

Two members of TableInfo were set but not used. Remove them.

Author: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Reviewed-by: Japin Li <japinli(at)hotmail(dot)com>
Discussion: https://postgr.es/m/CAJ7c6TOET3UVUqXcXMpcoDAiZJvMFmHjnavj%2BFGdfXEKwe_56g%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07749290fd9bd96503f05683ec5323a24d26dc0b

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 3 ---
src/bin/pg_dump/pg_dump.h | 2 --
2 files changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-09-01 16:59:46 pgsql: Revert "Force LC_COLLATE to C in postmaster."
Previous Message Tom Lane 2026-09-01 16:17:20 pgsql: Handle XmlExpr more honestly in clauses.c.