]> granicus.if.org Git - postgresql/commit
pg_dump's getTypes() needn't retrieve typinput or typoutput anymore.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Oct 2016 19:11:31 +0000 (15:11 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Oct 2016 19:11:31 +0000 (15:11 -0400)
commitc0a3b211bcb790a8d76022cb2b3ffe9795aaf5e9
treefb72d435fdfdbcab133c1ca9ccf494631d6529ad
parent5c80642aa8de8393b08cd3cbf612b325cedd98dc
pg_dump's getTypes() needn't retrieve typinput or typoutput anymore.

Commit 64f3524e2 removed the stanza of code that examined these values.
I failed to notice they were unnecessary because my compiler didn't
warn about the un-read variables.  Noted by Peter Eisentraut.
src/bin/pg_dump/pg_dump.c