FW: PGBuildfarm member snake Branch HEAD Status changed from Make failure to Contrib failure
And the fun continues :-)
Show quoted text
-----Original Message-----
From: PG Build Farm
[mailto:pgbuildfarm-web@hosting-two.commandprompt.com]
Sent: 14 February 2006 02:16
To: pgbuildfarm-status-chngs@pgfoundry.org
Subject: PGBuildfarm member snake Branch HEAD Status changed
from Make failure to Contrib failureThe PGBuildfarm member snake had the following event on branch HEAD:
Status changed from Make failure to Contrib failure
The snapshot timestamp for the build that triggered this
notification is: 2006-02-14 02:00:00The specs of this machine are:
OS: Windows / Server 2003 SP1
Arch: i686
Comp: gcc / 3.4.2For more information, see
http://www.pgbuildfarm.org/cgi-bin/show_history.pl?nm=snake&br=HEAD
Dave Page wrote:
And the fun continues :-)
-----Original Message-----
From: PG Build Farm
[mailto:pgbuildfarm-web@hosting-two.commandprompt.com]
Sent: 14 February 2006 02:16
To: pgbuildfarm-status-chngs@pgfoundry.org
Subject: PGBuildfarm member snake Branch HEAD Status changed
from Make failure to Contrib failureThe PGBuildfarm member snake had the following event on branch HEAD:
Status changed from Make failure to Contrib failure
Oh dear - looks like my pg_freespacemap patch is getting its Windows
testing :-(
Dave - are you able to try out the attached patch?
Thanks
Mark
Attachments:
pg_freespacemap.c.patchtext/plain; name=pg_freespacemap.c.patchDownload
Index: pg_freespacemap.c
===================================================================
RCS file: /projects/cvsroot/pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v
retrieving revision 1.1
diff -c -r1.1 pg_freespacemap.c
*** pg_freespacemap.c 12 Feb 2006 03:55:53 -0000 1.1
--- pg_freespacemap.c 14 Feb 2006 10:14:28 -0000
***************
*** 16,21 ****
--- 16,22 ----
#if defined(WIN32) || defined(__CYGWIN__)
extern DLLIMPORT volatile uint32 InterruptHoldoffCount;
+ extern DLLIMPORT int MaxFSMPages;
#endif
Datum pg_freespacemap(PG_FUNCTION_ARGS);
-----Original Message-----
From: Mark Kirkwood [mailto:markir@paradise.net.nz]
Sent: 14 February 2006 10:17
To: Dave Page
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] FW: PGBuildfarm member snake Branch
HEAD Status changed from Make failure to Contrib failureOh dear - looks like my pg_freespacemap patch is getting its Windows
testing :-(Dave - are you able to try out the attached patch?
Yup, looks good here.
Cheers, Dave.
Import Notes
Resolved by subject fallback
"Dave Page" <dpage@vale-housing.co.uk> writes:
And the fun continues :-)
Info: resolving _MaxFSMPages by linking to __imp__MaxFSMPages (auto-import)
Fixed.
regards, tom lane
Mark Kirkwood <markir@paradise.net.nz> writes:
Oh dear - looks like my pg_freespacemap patch is getting its Windows
testing :-(
Dave - are you able to try out the attached patch?
Already committed an equivalent patch before seeing your message ...
regards, tom lane