mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 23:33:27 -05:00
Patch adds \if to pgbench as it done for psql. Implementation shares condition stack code with psql, so, this code is moved to fe_utils directory. Author: Fabien COELHO with minor editorization by me Review by: Vik Fearing, Fedor Sigaev Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.20.1711252200190.28523@lancre |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| conditional.c | ||
| Makefile | ||
| mbprint.c | ||
| print.c | ||
| psqlscan.l | ||
| simple_list.c | ||
| string_utils.c | ||