Re: Memory Management in pqlib, Garbage Collection support - Mailing list pgsql-general

From John R Pierce
Subject Re: Memory Management in pqlib, Garbage Collection support
Date
Msg-id 4FA2328C.2010300@hogranch.com
Whole thread Raw
In response to Memory Management in pqlib, Garbage Collection support  (Alexander Reichstadt <lxr@mac.com>)
List pgsql-general
On 05/03/12 12:08 AM, Alexander Reichstadt wrote:
> since I got no answer so far I searched through the docu again. I searched for GC as well as Garbage, and all garbage
refersto is with regard to vacuuming a database. But my question refers to wether or not memory management is with
garbagecollection supported or not. When I try to link against pqlib, it seems I need to have garbage collection
enabledin order for it to link. But the documentation mentions it nowhere. 

what is this garbage collection you are talking about having to
enable?    I'm not aware of any such options in C, and this is a C API.
not Java.  not Python.  not C++.



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


pgsql-general by date:

Previous
From: Chrishelring
Date:
Subject: Re: Uppercase to lowercase trigger?
Next
From: Alexander Reichstadt
Date:
Subject: Re: pqlib garbage collection