Re: minor fix of elevel in fd.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: minor fix of elevel in fd.c
Дата
Msg-id 9191.1150120041@sss.pgh.pa.us
обсуждение исходный текст
Ответ на minor fix of elevel in fd.c  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Ответы Re: minor fix of elevel in fd.c  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
Список pgsql-patches
"Qingqing Zhou" <zhouqq@cs.toronto.edu> writes:
> AllocateFile() and AllocateDir() should return the control to the caller
> since we might want to upgrade the elevel.

That is not what we do for upgrading errors.  Use a critical section in
a caller that doesn't want elog(ERROR).

            regards, tom lane

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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: minor fix of elevel in fd.c
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Fix for Win32 division involving INT_MIN