Re: Bad bug in fopen() wrapper code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bad bug in fopen() wrapper code
Дата
Msg-id 7258.1159116966@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bad bug in fopen() wrapper code  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: Bad bug in fopen() wrapper code  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> Attached patch sets the  O_CREAT option when appending to files.

That looks correct, but I went looking to see if there were any other
mistakes of the same ilk, and I'm wondering what the sense is in
openFlagsToCreateFileFlags ... seems like it's ignoring O_EXCL in
some combinations and not others.  Is that right?

            regards, tom lane

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Updates to pg_regress.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_ctl error msg on Windows 2000