On Wed, Jun 13, 2012 at 7:28 AM, Andres Freund <[email protected]> wrote: > Adds a single and a double linked list which can easily embedded into other > datastructures and can be used without any additional allocations.
dllist.h advertises that it's embeddable. Can you use that instead, or enhance it slightly to support what you want to do? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
