Re: [HACKERS] psql - Mailing list pgsql-general

From Sailesh Krishnamurthy
Subject Re: [HACKERS] psql
Date
Msg-id bxysmq4tpdv.fsf@datafix.CS.Berkeley.EDU
Whole thread Raw
In response to Re: [HACKERS] psql  (Nailah Ogeer <ogeer@cs.queensu.ca>)
List pgsql-general
>>>>> "Nailah" == Nailah Ogeer <ogeer@cs.queensu.ca> writes:

    Nailah> Well here's the thing. Before i was trying to use
    Nailah> ShmemInitStruct in buf_init.c. The problem with this is
    Nailah> that you can't shrink or grow shared memory. That is why i
    Nailah> switched over and just used malloc. So i seem to be in a

We've implemented a Shared Memory MemoryContext in TelegraphCQ. We
used the opensource libmm from the Apache project. Maybe you can try
using it - it's fairly easy to use. The current version in the web is
based off of 7.2 code, but I hope to refresh with a beta based on 7.3
code in the next few weeks.

http://telegraph.cs.berkeley.edu/telegraphcq

--
Pip-pip
Sailesh
http://www.cs.berkeley.edu/~sailesh


pgsql-general by date:

Previous
From: Kevin Jacobs
Date:
Subject: Re: PlPython
Next
From: "Aurangzeb M. Agha"
Date:
Subject: Re: Question: script to start DB on server reboot