Shared Memory Hooks Documentation (was Re: New shared memory hooks proposal) - Mailing list pgsql-patches

From Marc Munro
Subject Shared Memory Hooks Documentation (was Re: New shared memory hooks proposal)
Date
Msg-id 1162328373.29645.17.camel@bloodnok.com
Whole thread Raw
In response to Re: New shared memory hooks proposal (was Re: pre_load_libraries)  (Marc Munro <marc@bloodnok.com>)
Responses Re: Shared Memory Hooks Documentation (was Re: New
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Alternative patches for the btree deletion issue
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] WAL logging freezing