Обсуждение: pgsql: pg_dump's getTypes() needn't retrieve typinput or typoutput anym

Поиск
Список
Период
Сортировка

pgsql: pg_dump's getTypes() needn't retrieve typinput or typoutput anym

От
Tom Lane
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c0a3b211bcb790a8d76022cb2b3ffe9795aaf5e9

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)