Re: [HACKERS] psql

From: Sailesh Krishnamurthy <sailesh(at)cs(dot)berkeley(dot)edu>
To: Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)ca>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruno Wolff III <bruno(at)wolff(dot)to>, pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] psql
Date: 2003-06-20 21:23:08
Message-ID: bxysmq4tpdv.fsf@datafix.CS.Berkeley.EDU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-general pgsql-hackers pgsql-patches

>>>>> "Nailah" == Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)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

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Bruno Wolff III 2003-06-20 23:56:30 Re: ss_family in hba.c
Previous Message Nailah Ogeer 2003-06-20 17:32:52 Re: [HACKERS] psql

Browse pgsql-general by date

  From Date Subject
Next Message Aurangzeb M. Agha 2003-06-20 22:06:28 Re: Question: script to start DB on server reboot
Previous Message Jason Underdown 2003-06-20 21:00:39 Unable to create or drop plpgsql

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2003-06-20 21:58:56 Re: O_DIRECT in freebsd
Previous Message Dann Corbit 2003-06-20 18:46:57 Re: Two weeks to feature freeze

Browse pgsql-patches by date

  From Date Subject
Next Message Nabil Sayegh 2003-06-20 21:40:14 connectby(... pos_of_sibling)
Previous Message Tom Lane 2003-06-20 20:09:58 Re: Patch to be verbose about being unable to read ~/.pgpasss...