Re: free(3)-ing variables in pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: free(3)-ing variables in pg_dump
Date
Msg-id 17136.1064330523@sss.pgh.pa.us
Whole thread Raw
In response to free(3)-ing variables in pg_dump  (Andreas Joseph Krogh <andreak@officenet.no>)
List pgsql-hackers
Andreas Joseph Krogh <andreak@officenet.no> writes:
> Shall I bother to free(3) them?

No.  They need to live for the entire pg_dump run, so there's no point
in writing code to free them.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Re: free(3)-ing variables in pg_dump
Next
From: Tom Lane
Date:
Subject: Re: Question on adding new indexes to Postgresql