pgsql: Disallow a digit as the first character of a variable name in pg

2021-01-13 Thread Tom Lane
Disallow a digit as the first character of a variable name in pgbench. The point of this restriction is to avoid trying to substitute variables into timestamp literal values, which may contain strings like '12:34'. There is a good deal more that should be done to reduce pgbench's tendency to subs

pgsql: Disallow a digit as the first character of a variable name in pg

2021-01-13 Thread Tom Lane
Disallow a digit as the first character of a variable name in pgbench. The point of this restriction is to avoid trying to substitute variables into timestamp literal values, which may contain strings like '12:34'. There is a good deal more that should be done to reduce pgbench's tendency to subs

pgsql: Disallow a digit as the first character of a variable name in pg

2021-01-13 Thread Tom Lane
Disallow a digit as the first character of a variable name in pgbench. The point of this restriction is to avoid trying to substitute variables into timestamp literal values, which may contain strings like '12:34'. There is a good deal more that should be done to reduce pgbench's tendency to subs

pgsql: Disallow a digit as the first character of a variable name in pg

2021-01-13 Thread Tom Lane
Disallow a digit as the first character of a variable name in pgbench. The point of this restriction is to avoid trying to substitute variables into timestamp literal values, which may contain strings like '12:34'. There is a good deal more that should be done to reduce pgbench's tendency to subs