On Tue, Jan 3, 2017 at 5:38 PM, Michael Paquier
<michael.paqu...@gmail.com> wrote:
> On Tue, Jan 3, 2017 at 8:41 PM, Ashutosh Bapat
> <ashutosh.ba...@enterprisedb.com> wrote:
>> Are you talking about
>>     /*
>>      * Now we can mark ourselves as out of the commit critical section: a
>>      * checkpoint starting after this will certainly see the gxact as a
>>      * candidate for fsyncing.
>>      */
>>     MyPgXact->delayChkpt = false;
>>
>> That's while creating the file. I do not see similar code in
>> FinishPreparedTransaction() where the 2PC file is removed.
>
> RecordTransactionCommitPrepared() does the same work for COMMIT PREPARED.

Ok.

I don't have anything more to review in this patch. I will leave that
commitfest entry in "needs review" status for few days in case anyone
else wants to review it. If none is going to review it, we can mark it
as "ready for committer".

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to