Re: extend pgbench expressions with functions

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: extend pgbench expressions with functions
Дата
Msg-id alpine.DEB.2.10.1505080443280.20788@sto
обсуждение исходный текст
Ответ на Re: extend pgbench expressions with functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: extend pgbench expressions with functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
>> v4, rebase (after pgbench moved to src) and use of the recently added 
>> syntax_error function.
>
> v5 which adds a forgotten header declaration for a new function, so as to 
> avoid a warning.

While playing around for adding other functions I noticed that with the 
parsing rules I set unknown function were detected quite late in the 
process, so that the error messages was imprecise.

v6 fixes this by checking function names ealier.

-- 
Fabien.

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

Предыдущее
От: Kouhei Kaigai
Дата:
Сообщение: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: commitfest app bug/feature