Re: [HACKERS] Memory problem? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Memory problem?
Date
Msg-id 7475.929715794@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Memory problem?  ("Patrick Welche" <prlw1@newn.cam.ac.uk>)
Responses Re: [HACKERS] Memory problem?
List pgsql-hackers
"Patrick Welche" <prlw1@newn.cam.ac.uk> writes:
>>>> I am having trouble with PQclear causing a segmentation fault, and I don't
>>>> really know where to look.

> Sure enough - pass the PgDatabase as a reference was the solution!

Hmm.  If copying a PgDatabase object doesn't work, then the copy
constructor and assignment operators for it ought to be disabled
(by declaring them private).  Vince?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: Apparent bug in _make_subplan
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] BeOS port