Re: Adjust errorcode in background worker code

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Adjust errorcode in background worker code
Дата
Msg-id 5590B0DD.3020601@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Adjust errorcode in background worker code  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: Adjust errorcode in background worker code
Список pgsql-hackers
On 2015-06-29 AM 11:36, Amit Langote wrote:
> Hi,
>
> How about the attached that adjusts errorcode for the error related to
> checking the flag bgw_flags in BackgroundWorkerInitializeConnection*()
> functions so that it matches the treatment in SanityCheckBackgroundWorker()?
>
> s/ERRCODE_PROGRAM_LIMIT_EXCEEDED/ERRCODE_INVALID_PARAMETER_VALUE/g
>
> There is already a "/* XXX is this the right errcode? */" there.
>

Oops, a wrong thing got attached.

Please find correct one attached this time.

Thanks,
Amit

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Adjust errorcode in background worker code
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: condition blocks in psql