pgsql: Re-fix broken definition for function name in pgbench's exprscan

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-fix broken definition for function name in pgbench's exprscan
Date: 2016-03-07 02:45:40
Message-ID: E1aclAy-0007y7-PK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re-fix broken definition for function name in pgbench's exprscan.l.

Wups, my first try wasn't quite right either. Too focused on fixing
the existing bug, not enough on not introducing new ones.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/94f1adccd36df3ad75d2c257c9ae1ca448f3e4ac

Modified Files
--------------
src/bin/pgbench/exprscan.l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-03-07 14:49:23 Re: pgsql: Improve support of Hunspell in ispell dictionary.
Previous Message Tom Lane 2016-03-07 02:04:30 pgsql: Fix broken definition for function name in pgbench's exprscan.l.