Refactor "mutually exclusive options" error reporting code in parse_subscription_options

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Refactor "mutually exclusive options" error reporting code in parse_subscription_options
Дата
Msg-id CALj2ACXtoQczfNsDQWobypVvHbX2DtgEHn8DawS0eGFwuo72kw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options  (Amul Sul <sulamul@gmail.com>)
Список pgsql-hackers
Hi,

parse_subscription_options function has some similar code when
throwing errors [with the only difference in the option]. I feel we
could just use a variable for the option and use it in the error.
While this has no benefit at all, it saves some LOC and makes the code
look better with lesser ereport(ERROR statements. PSA patch.

Thoughts?

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Added missing tab completion for alter subscription set option
Следующее
От: Amul Sul
Дата:
Сообщение: Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options