Re: extend pgbench expressions with functions - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: extend pgbench expressions with functions
Date
Msg-id alpine.DEB.2.10.1505080443280.20788@sto
Whole thread Raw
In response to Re: extend pgbench expressions with functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: extend pgbench expressions with functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
List 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 by date:

Previous
From: Kouhei Kaigai
Date:
Subject: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Next
From: Fabien COELHO
Date:
Subject: Re: commitfest app bug/feature