A patch to pg_regress for Windows port

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема A patch to pg_regress for Windows port
Дата
Msg-id 65937bea0701051118q5bb41460ke2c2d62b89cb408d@mail.gmail.com
обсуждение исходный текст
Ответы Re: A patch to pg_regress for Windows port
Re: A patch to pg_regress for Windows port
Список pgsql-patches
On Windows, if logged in as an Administrator, 'make check' fails with our standard error, saying:

<quote>
Execution of PostgreSQL by a user with administrative permissions is not
permitted.
The server must be started under an unprivileged user ID to prevent
possible system security compromises.  See the documentation for
more information on how to properly start the server.
</quote>

But, for some time now, a Windows' Administrator *can* run a postgres without having to create a normal user; he just has to use pg_ctl to do so. Thanks to code written by Magnus, pg_ctl gives up it's administrative privilges before starting the postmaster, and hence the postmaster runs without critical privileges.

So I thought that 'make check' could also make use of that functionality, and hence this patch.

Is this new pg_ctl behavior mentioned anywhere in the docs?

Best regards,

--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | yahoo }.com
Вложения

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

Предыдущее
От: "Zeugswetter Andreas ADI SD"
Дата:
Сообщение: Re: [HACKERS] wal_checksum = on (default) | off
Следующее
От: "Simon Riggs"
Дата:
Сообщение: COPY with no WAL, in certain circumstances