Re: PostgreSQL in Windows console and Ctrl-C

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PostgreSQL in Windows console and Ctrl-C
Дата
Msg-id 5347CE32.8070000@dunslane.net
обсуждение исходный текст
Ответ на Re: PostgreSQL in Windows console and Ctrl-C  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: PostgreSQL in Windows console and Ctrl-C  (Andres Freund <andres@2ndquadrant.com>)
Re: PostgreSQL in Windows console and Ctrl-C  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On 04/11/2014 01:35 AM, Amit Kapila wrote:
> On Fri, Apr 11, 2014 at 3:14 AM, Bruce Momjian <bruce@momjian.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.


cheers

andrew



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: WIP patch (v2) for updatable security barrier views
Следующее
От: Andres Freund
Дата:
Сообщение: Re: PostgreSQL in Windows console and Ctrl-C