SPI isolation changes - Mailing list pgsql-hackers

From Seino Yuki
Subject SPI isolation changes
Date
Msg-id 295eeac9054979182770bdf9d72d28d3@oss.nttdata.com
Whole thread Raw
Responses Re: SPI isolation changes
List pgsql-hackers
Hi,

When I read the documents and coding of SPI, [1]
I found that the following the SPI_start_transaction does not support
transaciton_mode(ISOLATION LEVEL, READ WRITE/READ ONLY) like BEGIN 
command. [2]
Is there a reason for this?

I would like to be able to set transaciton_mode in 
SPI_start_transaction.
What do you think?

[1]
https://www.postgresql.org/docs/devel/spi-spi-start-transaction.html

[2]
https://www.postgresql.org/docs/devel/sql-begin.html

Regards,
-- 
Seino Yuki
NTT DATA CORPORATION



pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: [PoC] pg_upgrade: allow to upgrade publisher node
Next
From: Karina Litskevich
Date:
Subject: Re: Avoid unused value (src/fe_utils/print.c)