Re: Shared Data Structure b/w clients - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Shared Data Structure b/w clients
Date
Msg-id 53CF13E6.2000806@2ndquadrant.com
Whole thread Raw
In response to Re: Shared Data Structure b/w clients  (Rohit Goyal <rhtgyl.87@gmail.com>)
Responses Re: Shared Data Structure b/w clients  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On 07/23/2014 02:33 AM, Rohit Goyal wrote:
> 
> I am very new in postgresql code. Can you please help in a bit detail
> ortel me how to create structure in shared memory(shared buffer).
> 
> It would be really easy for me if you can give me a code snippet or any
> link to follow.
> 

There's a lot of detail on how to do this in the BDR codebase, see
contrib/bdr in
http://git.postgresql.org/gitweb/?p=2ndquadrant_bdr.git;a=summary

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: pgkill() is not POSIX-like for exiting processes
Next
From: Kohei KaiGai
Date:
Subject: Re: [v9.5] Custom Plan API