diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2018-01-09 18:02:04 +0300 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2018-01-09 18:02:04 +0300 |
commit | bc7fa0c15c590ddf4872e426abd76c2634f22aca (patch) | |
tree | 44e3d74fe62b12228f2c611a53878bd60a11fd21 /src/backend/access/gist/gistget.c | |
parent | 63008b19ee67270231694500832b031868d34428 (diff) | |
download | postgresql-bc7fa0c15c590ddf4872e426abd76c2634f22aca.tar.gz postgresql-bc7fa0c15c590ddf4872e426abd76c2634f22aca.zip |
Improve scripting language in pgbench
Added:
- variable now might contain integer, double, boolean and null values
- functions ln, exp
- logical AND/OR/NOT
- bitwise AND/OR/NOT/XOR
- bit right/left shift
- comparison operators
- IS [NOT] (NULL|TRUE|FALSE)
- conditional choice (in form of when/case/then)
New operations and functions allow to implement more complicated test scenario.
Author: Fabien Coelho with minor editorization by me
Reviewed-By: Pavel Stehule, Jeevan Ladhe, me
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.10.1604030742390.31618@sto
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions