Re: BUG #16867: savepoints vs. commit and chain - Mailing list pgsql-bugs

From Fujii Masao
Subject Re: BUG #16867: savepoints vs. commit and chain
Date
Msg-id 0c903ec5-8f4f-0fd5-7861-abc11b2c8457@oss.nttdata.com
Whole thread Raw
In response to Re: BUG #16867: savepoints vs. commit and chain  (Vik Fearing <vik@postgresfriends.org>)
List pgsql-bugs

On 2021/02/19 17:29, Vik Fearing wrote:
> On 2/19/21 5:02 AM, Fujii Masao wrote:
>>
>>
>> On 2021/02/18 23:10, Vik Fearing wrote:
>>>
>>> No objection from me.  According to the standard, a COMMIT should
>>> destroy all savepoints and terminate the transaction, even if AND CHAIN
>>> is specified.
>>
>> You imply that the standard says that COMMIT AND CHAIN should just
>> terminate
>> the transaction if there are savepoints defined, i.e., should not start new
>> transaction? Since I can (maybe wrongly) interpret your comment like that,
>> please let me confirm what the standard says just in case.
> 
> The COMMIT terminates the transaction, the AND CHAIN starts a new one.
> 
>> I was thinking that COMMIT AND CHAIN should destroy all the savepoints,
>> terminate the transaction and start new transaction with the same
>> transaction
>> characteristics immediately.
> 
> Your thinking is correct!

Thanks! I pushed the patches.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16874: Postgres Server crashes at commit
Next
From: Michael Paquier
Date:
Subject: Re: BUG #16927: Postgres can`t access WAL files