Re: [HACKERS] Improvements in psql hooks for variables

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: [HACKERS] Improvements in psql hooks for variables
Дата
Msg-id 070e0223-6b73-43e1-bf89-d277cf51fefe@manitou-mail.org
обсуждение исходный текст
Ответ на Re: Improvements in psql hooks for variables  (Rahila Syed <rahilasyed90@gmail.com>)
Список pgsql-hackers
    Rahila Syed wrote:

> Kindly consider following comments,

Sorry for taking so long to post an update.

> There should not be an option to the caller to not follow the behaviour of
> setting valid to either true/false.

OK, fixed.

> In following examples, incorrect error message is begin displayed.
> “ON_ERROR_ROLLBACK” is an enum and also
> accepts value 'interactive' .  The error message says boolean expected.

Indeed. Fixed for all callers of ParseVariableBool() than can accept
non-boolean arguments too.


Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: [HACKERS] Remove lower limit on checkpoint_timeout?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] propose to pushdown qual into EXCEPT