Adjust errorcode in background worker code

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Adjust errorcode in background worker code
Дата
Msg-id 5590AF43.3090202@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Adjust errorcode in background worker code
Список pgsql-hackers
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.

Thanks,
Amit

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: anole: assorted stability problems
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Adjust errorcode in background worker code