Re: [HACKERS] Memory problem?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Memory problem?
Дата
Msg-id 7475.929715794@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Memory problem?  ("Patrick Welche" <prlw1@newn.cam.ac.uk>)
Ответы Re: [HACKERS] Memory problem?  (Vince Vielhaber <vev@michvhf.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: Apparent bug in _make_subplan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] BeOS port