forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf67b113
committed
Add \if support to pgbench
Patch adds \if to pgbench as it done for psql. Implementation shares conditionstack code with psql, so, this code is moved to fe_utils directory.Author: Fabien COELHO with minor editorization by meReview by: Vik Fearing, Fedor SigaevDiscussion:https://www.postgresql.org/message-id/flat/alpine.DEB.2.20.1711252200190.28523@lancre1 parentb5db1d9 commitf67b113
File tree
12 files changed
+460
-75
lines changed- doc/src/sgml/ref
- src
- bin
- pgbench
- t
- psql
- fe_utils
- include/fe_utils
12 files changed
+460
-75
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
900 | 900 |
| |
901 | 901 |
| |
902 | 902 |
| |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
903 | 918 |
| |
904 | 919 |
| |
905 | 920 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2169 | 2169 |
| |
2170 | 2170 |
| |
2171 | 2171 |
| |
2172 |
| - | |
| 2172 | + | |
2173 | 2173 |
| |
2174 | 2174 |
| |
2175 | 2175 |
| |
|
0 commit comments
Comments
(0)