pgsql: Add verification of variable names in pgbench. - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Add verification of variable names in pgbench.
Date
Msg-id 20100106011214.E11C9753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add verification of variable names in pgbench.

Variables must consist of only alphabets, numerals and underscores.
We had allowed to set variables with invalid names, but could not
refer them in queries.

Thanks to Robert Haas for the review.

Modified Files:
--------------
    pgsql/contrib/pgbench:
        pgbench.c (r1.94 -> r1.95)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.94&r2=1.95)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add support for doing FULL JOIN ON FALSE.
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Adjust headers to allow pgbench to be built with PGXS.