pgsql: Adjust pgbench to allow non-ASCII characters in variable names.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust pgbench to allow non-ASCII characters in variable names.
Date: 2017-09-04 17:45:27
Message-ID: E1dovR9-0005P9-U6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust pgbench to allow non-ASCII characters in variable names.

This puts it in sync with psql's notion of what is a valid variable name.
Like psql, we document that "non-Latin letters" are allowed, but actually
any non-ASCII character is accepted.

Fabien Coelho

Discussion: https://postgr.es/m/20170405.094548.1184280384967203518.t-ishii@sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d36a386608d7349964e76120e48987e3ec67d04

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 2 ++
src/bin/pgbench/exprscan.l | 4 ++--
src/bin/pgbench/pgbench.c | 47 ++++++++++++++++++++++++++++++++++---------
3 files changed, 42 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-04 20:24:16 pgsql: Fix some subtle problems in pgbench transaction stats counting.
Previous Message Alvaro Herrera 2017-09-04 10:03:57 Re: Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB.