Re: Subtle bug in clog.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Subtle bug in clog.c
Дата
Msg-id 20040702172400.GD26372@dcc.uchile.cl
обсуждение исходный текст
Ответ на Subtle bug in clog.c  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested Transactions, Abort All
Следующее
От: Jochem van Dieten
Дата:
Сообщение: Re: Adding column comment to information_schema.columns