forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1a72124
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 parentfd7d387 commit1a72124
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
515 |
| - | |
| 515 | + | |
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
528 |
| - | |
529 |
| - | |
530 |
| - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
|
0 commit comments
Comments
(0)