Re: PostgreSQL in Windows console and Ctrl-C

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Christian Ullrich <chris(at)chrullrich(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL in Windows console and Ctrl-C
Date: 2014-04-11 11:15:54
Message-ID: 20140411111554.GO14419@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2014-04-11 07:12:50 -0400, Andrew Dunstan wrote:
>
> On 04/11/2014 01:35 AM, Amit Kapila wrote:
> >On Fri, Apr 11, 2014 at 3:14 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >>Can someone with Windows expertise comment on whether this should be
> >>applied?
> >I don't think this is a complete fix, for example what about platform where
> >_CreateRestrictedToken() is not supported. For Example, the current
> >proposed fix will not work for below case:
> >
> >if (_CreateRestrictedToken == NULL)
> >{
> >/*
> >* NT4 doesn't have CreateRestrictedToken, so just call ordinary
> >* CreateProcess
> >*/
>
>
> Are we really supporting NT4 any more? Even XP is about to be at end of
> support from Microsoft.

I seem to recall that win2k was already desupported?

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2014-04-11 11:39:30 Re: WIP patch (v2) for updatable security barrier views
Previous Message Stephen Frost 2014-04-11 11:15:22 Re: WIP patch (v2) for updatable security barrier views