Re: [HACKERS] Memory problem?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: prlw1(at)cam(dot)ac(dot)uk
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Memory problem?
Date: 1999-06-18 14:23:14
Message-ID: 7475.929715794@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Patrick Welche" <prlw1(at)newn(dot)cam(dot)ac(dot)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-06-18 14:35:18 Re: [HACKERS] BeOS port
Previous Message Tom Lane 1999-06-18 14:19:44 Re: [HACKERS] Re: Apparent bug in _make_subplan