Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it
Date: 2007-02-08 19:40:23
Message-ID: 45CB7CA7.8090304@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> momjian(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-08 19:48:28 pgsql: Add missing #define for mingw, per Magnus.
Previous Message Tom Lane 2007-02-08 19:36:45 Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it