This is a discussion on FW: PGBuildfarm member snake Branch HEAD Status changed from Make failure to Contrib failure within the pgsql Hackers forums, part of the PostgreSQL category; --> And the fun continues :-) > -----Original Message----- > From: PG Build Farm > [mailto gbuildfarm-web@hosting-two.commandprompt.com] > Sent: 14 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| And the fun continues :-) > -----Original Message----- > From: PG Build Farm > [mailto > 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 failure > > > The 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:00 > > The specs of this machine are: > OS: Windows / Server 2003 SP1 > Arch: i686 > Comp: gcc / 3.4.2 > > For more information, see > http://www.pgbuildfarm.org/cgi-bin/s...=snake&br=HEAD > > > ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| Dave Page wrote: > And the fun continues :-) > > >>-----Original Message----- >>From: PG Build Farm >>[mailto >>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 failure >> >> >>The 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 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); ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| "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 ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| Thread Tools | |
| Display Modes | |
|
|