pg_dump: Remove some dead code

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_dump: Remove some dead code
Date: 2023-02-21 21:30:54
Message-ID: 144be239-c893-9361-704f-ac85b5b98d1a@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have found that the per-column atttypmod tracking in pg_dump isn't
actually used anywhere. (The values are read but not used for writing
out any commands.) This is because some time ago we started formatting
all types through format_type() on the server. So this dead code can be
removed.

Attachment Content-Type Size
0001-pg_dump-Remove-dead-code.patch text/plain 3.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2023-02-21 21:34:27 Re: psql: Add role's membership options to the \du+ command
Previous Message Pavel Luzanov 2023-02-21 21:14:34 Re: psql: Add role's membership options to the \du+ command