forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1357181
committed
Don't assume expr is available in pgbench tests
Windows hosts do not normally come with expr, so instead of using thatto test the \setshell command, use echo instead, which is fairlyuniversally available.Backpatch to release 11, where this came in.Problem found by me, patch by Fabien Coelho.1 parent059e226 commit1357181
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
| 517 | + | |
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
| |||
526 | 526 |
| |
527 | 527 |
| |
528 | 528 |
| |
529 |
| - | |
530 |
| - | |
531 |
| - | |
532 |
| - | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
|
0 commit comments
Comments
(0)