SPI isolation changes

Поиск
Список
Период
Сортировка
От Seino Yuki
Тема SPI isolation changes
Дата
Msg-id 295eeac9054979182770bdf9d72d28d3@oss.nttdata.com
обсуждение исходный текст
Ответы Re: SPI isolation changes  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список 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 по дате отправления:

Предыдущее
От: "Hayato Kuroda (Fujitsu)"
Дата:
Сообщение: RE: [PoC] pg_upgrade: allow to upgrade publisher node
Следующее
От: Karina Litskevich
Дата:
Сообщение: Re: Avoid unused value (src/fe_utils/print.c)