Re: pg_dump vs malloc

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_dump vs malloc
Дата
Msg-id 201111252041.pAPKfaW06329@momjian.us
обсуждение исходный текст
Ответ на Re: pg_dump vs malloc  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> I developed the attached patch to handle this.  I moved the catalog code
> from common.c into dumpcatalog.c, so there are just memory routines now
> in common.c.  I created new memory routines in pg_dumpall.c because
> there is no AH structure in pg_dumpall.c.  I then modified all the calls
> to use the new routines, and removed the NULL return checks that were no
> longer necessary.

Applied.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_upgrade relation OID mismatches
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Inserting heap tuples in bulk in COPY