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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
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:48:52
Message-ID: 9916.1170964132@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> What this one needs is a
> #define DISABLE_MAX_PRIVILEGE 0x1
> (same as for example initdb.c has)

Done.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-08 20:33:55 pgsql: Fix bug when localized to_char() day or month names were
Previous Message Tom Lane 2007-02-08 19:48:28 pgsql: Add missing #define for mingw, per Magnus.