Christopher B. Browne's Home Page
cbbrowne@acm.org

8.85. registernodeconnection(integer)

Function Properties

PLPGSQLinteger
Register (uniquely) the node connection so that only one slon can service the node
    declare
    	p_nodeid	alias for $1;
    begin
    	insert into sl_nodelock
    		(nl_nodeid, nl_backendpid)
    		values
    		(p_nodeid, pg_backend_pid());
    
    	return 0;
    end;

Google

If this was useful, let others know by an Affero rating

Contact me at cbbrowne@acm.org