Re: Memory Management in pqlib, Garbage Collection support

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Memory Management in pqlib, Garbage Collection support
Date: 2012-05-03 07:23:56
Message-ID: 4FA2328C.2010300@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 refers to is with regard to vacuuming a database. But my question refers to wether or not memory management is with garbage collection supported or not. When I try to link against pqlib, it seems I need to have garbage collection enabled in 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Reichstadt 2012-05-03 07:39:29 Re: Memory Management in pqlib, Garbage Collection support
Previous Message Chrishelring 2012-05-03 07:19:59 Re: Uppercase to lowercase trigger?