pgsql: Add inheritable ACE when creating a restricted token for

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Add inheritable ACE when creating a restricted token for
Дата
Msg-id 20091114153945.D26E8753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add inheritable ACE when creating a restricted token for execution on
Win32.

Also refactor the code around it to be more clear.

Jesse Morris

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.172 -> r1.172.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.172&r2=1.172.2.1)
    pgsql/src/bin/pg_ctl:
        pg_ctl.c (r1.111.2.1 -> r1.111.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c?r1=1.111.2.1&r2=1.111.2.2)
    pgsql/src/include:
        port.h (r1.125 -> r1.125.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h?r1=1.125&r2=1.125.2.1)
    pgsql/src/port:
        exec.c (r1.63 -> r1.63.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c?r1=1.63&r2=1.63.2.1)
    pgsql/src/test/regress:
        pg_regress.c (r1.63 -> r1.63.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.63&r2=1.63.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Add inheritable ACE when creating a restricted token for
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make unaccent's install/uninstall scripts look more like all the