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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9d36a386608d7349964e76120e48987e3ec67d04
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-09-04T17:45:20Z
Releases: 11.0
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

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +2 −0
src/bin/pgbench/exprscan.l modified +2 −2
src/bin/pgbench/pgbench.c modified +38 −9

Documentation touched

Discussion