Re: [HACKERS] psql

Поиск
Список
Период
Сортировка
От Sailesh Krishnamurthy
Тема Re: [HACKERS] psql
Дата
Msg-id bxysmq4tpdv.fsf@datafix.CS.Berkeley.EDU
обсуждение исходный текст
Ответ на Re: [HACKERS] psql  (Nailah Ogeer <ogeer@cs.queensu.ca>)
Список 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 по дате отправления:

Предыдущее
От: Kevin Jacobs
Дата:
Сообщение: Re: PlPython
Следующее
От: "Aurangzeb M. Agha"
Дата:
Сообщение: Re: Question: script to start DB on server reboot