Обсуждение: pgsql: Win32 regression test fixes: For win32 in general, this makes it

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Win32 regression test fixes:

For win32 in general, this makes it possible to run the regression tests
as an admin user by using the same restricted token method that's used
by pg_ctl and initdb.

For vc++, it adds building of pg_regress.exe, adds a resultmap, and
fixes how it runs the install.

Magnus Hagander

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.29 -> r1.30)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.29&r2=1.30)
        resultmap (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/resultmap.diff?r1=1.83&r2=1.84)
    pgsql/src/tools/msvc:
        Solution.pm (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.8&r2=1.9)
        install.pl (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/install.pl.diff?r1=1.2&r2=1.3)
        mkvcbuild.pl (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl.diff?r1=1.13&r2=1.14)

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

От
Tom Lane
Дата:
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

            regards, tom lane

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

От
Magnus Hagander
Дата:
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

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

От
Tom Lane
Дата:
Magnus Hagander <magnus@hagander.net> writes:
> What this one needs is a
> #define DISABLE_MAX_PRIVILEGE 0x1
> (same as for example initdb.c has)

Done.

            regards, tom lane