From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/src/backend/utils adt/inet_net_nt ... |
Date: | 2003-06-25 01:08:13 |
Message-ID: | 20030625010813.AE70D30F625@svr1.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/06/24 22:08:13
Modified files:
src/backend/utils/adt: inet_net_ntop.c
src/backend/utils/time: tqual.c
Log message:
>> If a transaction marks a tuple for update and later commits without
>> actually having updated the tuple, [...] can we simply
>> set the HEAP_XMAX_INVALID hint bit of the tuple?
>
>AFAICS this is a reasonable thing to do.
Thanks for the confirmation. Here's a patch which also contains some
more noncritical changes to tqual.c:
. make code more readable by introducing local variables for xvac
. no longer two separate branches for aborted and crashed.
The actions were the same in all cases.
Manfred Koizar
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-06-25 01:09:24 | pgsql-server/src/interfaces/python pg.py |
Previous Message | Bruce Momjian | 2003-06-24 23:29:25 | pgsql-server/doc/src/sgml/ref create_conversio ... |