Re: pg_dump vs malloc - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pg_dump vs malloc
Date
Msg-id 201111252041.pAPKfaW06329@momjian.us
Whole thread Raw
In response to Re: pg_dump vs malloc  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_upgrade relation OID mismatches
Next
From: Jeff Janes
Date:
Subject: Re: Inserting heap tuples in bulk in COPY