pgsql: Clean up buildfarm failures arising from the seemingly

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up buildfarm failures arising from the seemingly
Date: 2008-07-14 03:22:33
Message-ID: 20080714032233.16AFB754A84@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-07-14 17:16:14 pgsql: Done, per Simon: < o Fix server restart problem when the server
Previous Message Tom Lane 2008-07-14 00:51:46 pgsql: Create a type-specific typanalyze routine for tsvector, which