Re: improve pgbench syntax error messages

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: improve pgbench syntax error messages
Дата
Msg-id alpine.DEB.2.10.1503071145120.24480@sto
обсуждение исходный текст
Ответ на Re: improve pgbench syntax error messages  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: improve pgbench syntax error messages  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
> Here is a v3, which (1) activates better error messages from bison
> and (2) improves the error reporting from the scanner as well.

v4.

While adding a basic function call syntax to expressions, a noticed that 
it would be useful to access the "detail" field of syntax errors so as to 
report the name of the unknown function. This version just adds the hook 
(expr_yyerror_detailed) that could be called later for this purpose.

-- 
Fabien.

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Question about lazy_space_alloc() / linux over-commit
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Improving test coverage of extensions with pg_dump