Test decoding of two-phase transactions during the build of a consistent snapshot.

Amit Kapila <akapila@postgresql.org>

Commit: 5a3574d7b33480de51692962e6fd25d00c05718a
Author: Amit Kapila <akapila@postgresql.org>
Date: 2021-01-05T09:35:22Z
Releases: 14.0
Test decoding of two-phase transactions during the build of a consistent snapshot.

Commit a271a1b50e added the capability to allow decoding at prepare time.
This adds an isolation testcase to test that decoding happens at commit
time when the consistent snapshot state is reached after prepare but
before commit prepared.

Author: Ajin Cherian
Reviewed-by: Amit Kapila
Discussion:
https://postgr.es/m/02DA5F5E-CECE-4D9C-8B4B-418077E2C010@postgrespro.ru
https://postgr.es/m/CAMGcDxeqEpWj3fTXwqhSwBdXd2RS9jzwWscO-XbeCfso6ts3+Q@mail.gmail.com

Files