pg_dump: Remove some dead code - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pg_dump: Remove some dead code
Date
Msg-id 144be239-c893-9361-704f-ac85b5b98d1a@enterprisedb.com
Whole thread Raw
Responses Re: pg_dump: Remove some dead code
List 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

pgsql-hackers by date:

Previous
From: Pavel Luzanov
Date:
Subject: Re: psql: Add role's membership options to the \du+ command
Next
From: "David G. Johnston"
Date:
Subject: Re: psql: Add role's membership options to the \du+ command