Re: Do we need a ShmList implementation?
От
Markus Wanner
Тема
Re: Do we need a ShmList implementation?
Дата
Msg-id
4C978068.8020805@bluegap.ch
Ответ на
Do we need a ShmList implementation? (Kevin Grittner)
Список
Дерево обсуждения
Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Do we need a ShmList implementation? Simon Riggs <simon@2ndQuadrant.com>
Re: Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? Tom Lane <tgl@sss.pgh.pa.us>
Re: Do we need a ShmList implementation? Simon Riggs <simon@2ndQuadrant.com>
Re: Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? Markus Wanner <markus@bluegap.ch>
Re: Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Do we need a ShmList implementation? Markus Wanner <markus@bluegap.ch>
Re: Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? Markus Wanner <markus@bluegap.ch>
Re: Do we need a ShmList implementation? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Do we need a ShmList implementation? Markus Wanner <markus@bluegap.ch>
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 по дате отправления