question about SnapBuild - Mailing list pgsql-hackers

From ifquant
Subject question about SnapBuild
Date
Msg-id 57b673e6.5919.16bbe314b4e.Coremail.ifquant@163.com
Whole thread Raw
List pgsql-hackers
font{ line-height: 1.6; } ul,ol{ padding-left: 20px; list-style-position: inside; }
i am some pullzed by Snapbuild.c
it seem some code can not reach  for ever.
SnapBuildCommitTxn
{
        //can not reach there
if (builder->state == SNAPBUILD_START ||
(builder->state == SNAPBUILD_BUILDING_SNAPSHOT &&
TransactionIdPrecedes(xid, SnapBuildNextPhaseAt(builder))))
}

 DecodeXactOp  {
if (SnapBuildCurrentState(builder) < SNAPBUILD_FULL_SNAPSHOT)
return;  //returned 
        }
}

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Periods
Next
From: Vik Fearing
Date:
Subject: Re: Periods