pgsql: Enable pg_ctl to give up admin privileges when starting the - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Enable pg_ctl to give up admin privileges when starting the
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Enable pg_ctl to give up admin privileges when starting the server under
Windows (if newer than NT4, else works same as before).

Magnus

Modified Files:
--------------
    pgsql/src/bin/pg_ctl:
        pg_ctl.c (r1.65 -> r1.66)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.65&r2=1.66)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Check that SID is enabled while checking for Windows admin
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Make it possible to run initdb from an admin account on Windows,