Alvaro Herrera <[EMAIL PROTECTED]> writes:
> I'm wondering about the following statement in TransactionIdSetStatus():
> *byteptr |= (status << bshift);
> When the status is SUBCOMMITTED, the bytemask will have 11 for those two
> bytes; therefore, when OR-ing a 10 or 01 mask (committed or abort
On Fri, Jul 02, 2004 at 01:09:56PM -0400, Alvaro Herrera wrote:
Sorry:
> When the status is SUBCOMMITTED, the bytemask will have 11 for those two
should be bitmask
> bytes; therefore, when OR-ing a 10 or 01 mask (committed or aborted),
^ shoul