Re: pgsql: add EPERM to the list of return codes to expect from opening

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: pgsql: add EPERM to the list of return codes to expect from opening
Дата
Msg-id 407d949e1003010526o123297cja6f8bdddda4ecbaf@mail.gmail.com
обсуждение исходный текст
Ответы Re: Re: pgsql: add EPERM to the list of return codes to expect from opening  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
This isn't working. The Windows ports are all saying "permission
denied" but apparently that's not because errno is set to EPERM.
Anyone know how to detect "permission denied" errors from open() on
windows?

On Mon, Mar 1, 2010 at 12:04 AM, Greg Stark <stark@postgresql.org> wrote:
> Log Message:
> -----------
> add EPERM to the list of return codes to expect from opening directories based on Vista results
>
> Modified Files:
> --------------
>    pgsql/src/port:
>        copydir.c (r1.34 -> r1.35)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/copydir.c?r1=1.34&r2=1.35)
>
> --
> Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers
>



--
greg


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ALTER TABLE SET STATISTICS requires AccessExclusiveLock
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Re: pgsql: add EPERM to the list of return codes to expect from opening