pgsql: Although I'd misdiagnosed the reason for the recent failures on - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Although I'd misdiagnosed the reason for the recent failures on
Date
Msg-id 20070922044003.E212E753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Although I'd misdiagnosed the reason for the recent failures on
buildfarm member grebe, I see no reason to revert the 1-byte-header-friendly
changes I made in varlena.c.  Instead, tweak the code a little bit to
get more advantage out of that.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        varlena.c (r1.158 -> r1.159)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/varlena.c?r1=1.158&r2=1.159)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Doh --- what's really happening on buildfarm member grebe is that
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Parenthesize macro arguments safely.