pgsql-server/src/backend/utils adt/inet_net_nt ... - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server/src/backend/utils adt/inet_net_nt ...
Date
Msg-id 20030625010813.AE70D30F625@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.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


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/doc/src/sgml/ref create_conversio ...
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/src/interfaces/python pg.py