pgsql: Clean up buildfarm failures arising from the seemingly - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up buildfarm failures arising from the seemingly
Date
Msg-id 20080714032233.16AFB754A84@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up buildfarm failures arising from the seemingly straightforward page
macros patch :-(.  Results from both baiji and mastodon imply that MSVC
fails to perceive offsetof(PageHeaderData, pd_linp[0]) as a constant
expression in some contexts where offsetof(PageHeaderData, pd_linp) works
fine.  Sloth, thy name is Micro.

Modified Files:
--------------
    pgsql/src/include/storage:
        bufpage.h (r1.82 -> r1.83)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/bufpage.h?r1=1.82&r2=1.83)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create a type-specific typanalyze routine for tsvector, which
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done, per Simon: < o Fix server restart problem when the server