Re: Subtle bug in clog.c - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Subtle bug in clog.c
Date
Msg-id 20040702172400.GD26372@dcc.uchile.cl
Whole thread Raw
In response to Subtle bug in clog.c  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
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), ^^^^^ should be bits
> shouldn't the byte remaing the same as before?  That is, changing from
> SUBCOMMITTED to either COMMIT or ABORT does not actually do anything?

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La experiencia nos dice que el hombre peló millones de veces las patatas,
pero era forzoso admitir la posibilidad de que en un caso entre millones,
las patatas pelarían al hombre" (Ijon Tichy)



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Nested Transactions, Abort All
Next
From: Jochem van Dieten
Date:
Subject: Re: Adding column comment to information_schema.columns