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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: pg_dump's getTypes() needn't retrieve typinput or typoutput anym
Дата
Msg-id E1buOwD-0005c0-3e@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Remove pg_dump/pg_dumpall support for dumping from pre-8.0 serve
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.