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

From Arthur Nascimento
Subject Re: BUG #16867: savepoints vs. commit and chain
Date
Msg-id CALVFHFanjZ_K=xVbHE31QiAHcLfQU8g1Z-UYMHoPw1q-kAnDyA@mail.gmail.com
Whole thread Raw
In response to Re: BUG #16867: savepoints vs. commit and chain  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: BUG #16867: savepoints vs. commit and chain  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-bugs
Hi, Fujii-san,

On Tue, 16 Feb 2021 at 01:49, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:
> In the server side, ISTM that CommitTransactionCommand() needs to handle
> the COMMIT AND CHAIN in TBLOCK_SUBCOMMIT case, but it forgot to do that.
> Patch attached. I'm not sure if this is a bug or an intentional behavior.
> Probably we need to look at the past discussion about AND CHAIN feature.

I can confirm that your patch solved it for me. Thanks for looking into it.

Tureba - Arthur Nascimento



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #16865: Regression: GIN Negated prefix search returns results that contain the search term
Next
From: PG Bug reporting form
Date:
Subject: BUG #16870: ADD COLUMN IF NOT EXISTS with GENERATED ALWAYS AS IDENTITY can cause duplicate sequence