pgsql: Make it possible to run initdb from an admin account on Windows, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make it possible to run initdb from an admin account on Windows,
Date
Msg-id 20060210220542.F22B69DC826@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make it possible to run initdb from an admin account on Windows,
by giving up admin privileges (only works if newer than NT4).

Magnus

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.107 -> r1.108)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.107&r2=1.108)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Enable pg_ctl to give up admin privileges when starting the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up signedness warnings and 64-bit bugs in recent psql