Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it - Mailing list pgsql-committers

From Magnus Hagander
Subject Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it
Date
Msg-id 45CB7CA7.8090304@hagander.net
Whole thread Raw
In response to Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane wrote:
> momjian@postgresql.org (Bruce Momjian) writes:
>> Log Message:
>> -----------
>> Win32 regression test fixes:
>
> Snake doesn't like this patch:
> http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=snake&dt=2007-02-08%2018:30:01

Darnit. Once again the incomplete headers of mingw :-( I tested this
thing on mingw, but must've "cleaned it up" a bit extra after that.
Sorry 'bout that.


What this one needs is a
#define DISABLE_MAX_PRIVILEGE 0x1


(same as for example initdb.c has)

//Magnus

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing #define for mingw, per Magnus.