Re: Shared Memory Hooks Documentation (was Re: New

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Marc Munro <marc(at)bloodnok(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Shared Memory Hooks Documentation (was Re: New
Date: 2006-11-23 03:52:08
Message-ID: 200611230352.kAN3q8j09954@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Patch applied. Thanks. Your documentation changes can be viewed in
five minutes using links on the developer's page,
http://www.postgresql.org/developer/testing.

---------------------------------------------------------------------------

Marc Munro wrote:
-- Start of PGP signed section.
> On Sun, 2006-10-15 at 16:36 -0400, Tom Lane wrote:
>
> > I'm not entirely sure where to put it, either. Subsection 32.9.1 (Dynamic
> > Loading) is pretty basic stuff for first-time C-function authors ---
> > this seems off-topic for that section. Maybe a new subsection down near
> > the end of 32.9? Another possibility is somewhere in the Internals
> > chapters, although I don't offhand see an obvious place there either.
> >
> >
> This patch, against xfunc.sgml, adds a new subsection 33.9.12, Shared
> Memory and LWLocks in C-Language Functions, describing how shared memory
> and lwlocks may be requested by C add-in functions.
>
> I have, btw, verified that this works in the forthcoming release of
> Veil.
>
> __
> Marc
>

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-11-23 05:02:02 Re: SQL functions, INSERT/UPDATE/DELETE RETURNING,
Previous Message Bruce Momjian 2006-11-23 03:50:25 Re: "recovering prepared transaction" after server

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-11-23 04:02:30 Re: psql \lo_* quiet mode patch
Previous Message Bruce Momjian 2006-11-21 22:48:04 Re: Patch for SPI subtransaction memory leakage