Re: SPI Interface to Call Procedure with Transaction Control Statements? - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: SPI Interface to Call Procedure with Transaction Control Statements?
Date
Msg-id 87d0ozn4ty.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to SPI Interface to Call Procedure with Transaction Control Statements?  (Jack LIU <toliujiayi@gmail.com>)
Responses Re: SPI Interface to Call Procedure with Transaction Control Statements?  (Jack LIU <toliujiayi@gmail.com>)
List pgsql-hackers
>>>>> "Jack" == Jack LIU <toliujiayi@gmail.com> writes:

 Jack> (I tried to use SPI_connect_ext(SPI_OPT_NONATOMIC) to establish a
 Jack> nonatomic connection but it doesn't help.)

You need to be specific here about how it didn't help, because this is
exactly what you're supposed to do, and it should at least change what
error you got.

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Jack LIU
Date:
Subject: SPI Interface to Call Procedure with Transaction Control Statements?
Next
From: Pavan Deolasee
Date:
Subject: Re: MERGE SQL statement for PG12