Tighten the concurrent abort check during decoding.
authorAmit Kapila <akapila@postgresql.org>
Thu, 6 May 2021 02:56:42 +0000 (08:26 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 6 May 2021 02:56:42 +0000 (08:26 +0530)
commit2ce353fc19024d62e59ad99850d7592ebc9abecf
tree6459423472c6dfdd8626ac8f53b80bec562db802
parentc250062df42ffd3e252471f6205bfb6cbef67b7b
Tighten the concurrent abort check during decoding.

During decoding of an in-progress or prepared transaction, we detect
concurrent abort with an error code ERRCODE_TRANSACTION_ROLLBACK. That is
not sufficient because a callback can decide to throw that error code
at other times as well.

Reported-by: Tom Lane
Author: Amit Kapila
Reviewed-by: Dilip Kumar
Discussion: https://postgr.es/m/CAA4eK1KCjPRS4aZHB48QMM4J8XOC1+TD8jo-4Yu84E+MjwqVhA@mail.gmail.com
src/backend/replication/logical/reorderbuffer.c