Re: A patch to pg_regress for Windows port

From: "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com>
To: PGSQL-Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: A patch to pg_regress for Windows port
Date: 2007-01-05 19:28:07
Message-ID: 65937bea0701051128m64e1b223ieb6f04c093e9071b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

This patch removes double-quotes from around the listen_addresses=%s part; I
couldn't find a way of doing that. But then, the questions is, can the %s
(hostname) have spaces embedded in it?

--
gurjeet[(dot)singh](at)EnterpriseDB(dot)com
singh(dot)gurjeet(at){ gmail | hotmail | yahoo }.com

On 1/6/07, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com> wrote:
>
> 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[(dot)singh](at)EnterpriseDB(dot)com
> singh(dot)gurjeet(at){ gmail | hotmail | yahoo }.com
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-01-05 19:32:32 Re: A patch to pg_regress for Windows port
Previous Message Simon Riggs 2007-01-05 19:21:19 COPY with no WAL, in certain circumstances

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-01-05 19:32:32 Re: A patch to pg_regress for Windows port
Previous Message Simon Riggs 2007-01-05 19:21:19 COPY with no WAL, in certain circumstances