Re: SPI Interface to Call Procedure with Transaction Control Statements?

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Jack LIU <toliujiayi(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: SPI Interface to Call Procedure with Transaction Control Statements?
Date: 2019-01-14 06:21:14
Message-ID: 87d0ozn4ty.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "Jack" == Jack LIU <toliujiayi(at)gmail(dot)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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2019-01-14 06:37:27 Re: MERGE SQL statement for PG12
Previous Message Jack LIU 2019-01-14 05:43:40 SPI Interface to Call Procedure with Transaction Control Statements?