From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
---|---|
To: | PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: extend pgbench expressions with functions |
Date: | 2015-05-08 02:49:12 |
Message-ID: | alpine.DEB.2.10.1505080443280.20788@sto |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
Attachment | Content-Type | Size |
---|---|---|
pgbench-expr-abs-6.patch | text/x-diff | 5.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Fabien COELHO | 2015-05-08 02:54:10 | Re: commitfest app bug/feature |
Previous Message | Kouhei Kaigai | 2015-05-08 02:38:42 | Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API) |