Re: extension allocating shared memory - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: extension allocating shared memory
Date
Msg-id 1334691326-sup-7659@alvh.no-ip.org
Whole thread Raw
In response to extension allocating shared memory  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: extension allocating shared memory  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
Excerpts from Kevin Grittner's message of mar abr 17 16:27:21 -0300 2012:
> What is the best way for an extension to allocate shared memory and to
> access it from every backend?  Or, if there is no support existing for
> that, what advice do people have if I want to make that happen?  I don't
> need a lot (probably 1KB would do).

RequestAddinShmemSpace

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parameterized-path cost comparisons need some work
Next
From: Alvaro Herrera
Date:
Subject: Re: libpq URI and regression testing