Re: Do we need a ShmList implementation? - Mailing list pgsql-hackers

From Markus Wanner
Subject Re: Do we need a ShmList implementation?
Date
Msg-id 4C978068.8020805@bluegap.ch
Whole thread Raw
In response to Do we need a ShmList implementation?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Do we need a ShmList implementation?
List pgsql-hackers
Kevin,

On 09/20/2010 05:12 PM, Kevin Grittner wrote:
> SHM_QUEUE objects provide the infrastructure for maintaining a
> shared memory linked list, but they don't do anything about the
> allocation and release of the space for the objects.

Did you have a look at my dynshmem stuff? It tries to solve the problem
of dynamic allocation from shared memory. Not just for lists, but very
generally.

Regards

Markus Wanner




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Do we need a ShmList implementation?
Next
From: "Kevin Grittner"
Date:
Subject: Re: Do we need a ShmList implementation?