Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This
Дата
Msg-id 4174.1322291589@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Modify pg_dump to use error-free memory allocation macros. This  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This  (Andrew Dunstan <andrew@dunslane.net>)
Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Bruce Momjian <bruce@momjian.us> writes:
> Modify pg_dump to use error-free memory allocation macros.  This avoids
> ignoring errors and call-site error checking.

This appears to have broken the MSVC build.  More generally, I'd like to
object to arbitrarily moving a bunch of longstanding code from one file
to another.  What that is mainly going to accomplish is creating a big
headache whenever we have to back-patch fixes that touch that code
... and what exactly did it buy in return?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Take fillfactor into account in the new COPY bulk heap insert co