Re: pgbench more operators & functions
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: Stephen Frost <sfrost@snowman.net>,
Michael Paquier <michael.paquier@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Haribabu Kommi <kommi.haribabu@gmail.com>,
Amit Kapila <amit.kapila16@gmail.com>, Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>, PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-05-30T05:52:06Z
Lists: pgsql-hackers
2017-05-30 7:19 GMT+02:00 Fabien COELHO <coelho@cri.ensmp.fr>: > > [doc about CASE...] >>> >> >> I've improved it in attached v11: >> - add a link to the CASE full documentation >> - add an example expression with CASE ... >> > > Do you think I should improve the doc further? I am sorry, I didn't look there yet The patch looks ok, but the main issue is missing regress tests. I know so it is another patch. But it should be placed differently 1. first patch - initial infrastructure for pgbench regress tests 2. this patch + related regress tests Regards Pavel > > > -- > Fabien. >
Commits
-
Improve scripting language in pgbench
- bc7fa0c15c59 11.0 landed