- Notifications
You must be signed in to change notification settings - Fork28
Commita478415
committed
pgbench: increase the maximum number of variables/arguments
pgbench's arbitrary limit of 10 arguments for SQL statements ormetacommands is far too low. Increase it to 256.This results in a very modest increase in memory usage, not enough toworry about.The maximum includes the SQL statement or metacommand. This is reflectedin the comments and revised TAP tests.Simon Riggs and Dagfinn Ilmari Mannsåker with some light editing by me.Reviewed by: David Rowley and Fabien CoelhoDiscussion:https://postgr.es/m/CANP8+jJiMJOAf-dLoHuR-8GENiK+eHTY=Omw38Qx7j2g0NDTXA@mail.gmail.com1 parenta6e48da commita478415
File tree
3 files changed
+21
-24
lines changed- doc/src/sgml/ref
- src/bin/pgbench
- t
3 files changed
+21
-24
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
916 | 916 |
| |
917 | 917 |
| |
918 | 918 |
| |
| 919 | + | |
| 920 | + | |
919 | 921 |
| |
920 | 922 |
| |
921 | 923 |
| |
|
Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
480 | 485 |
| |
481 | 486 |
| |
482 | 487 |
| |
| |||
4124 | 4129 |
| |
4125 | 4130 |
| |
4126 | 4131 |
| |
| 4132 | + | |
| 4133 | + | |
| 4134 | + | |
| 4135 | + | |
4127 | 4136 |
| |
4128 | 4137 |
| |
4129 | 4138 |
| |
| |||
4461 | 4470 |
| |
4462 | 4471 |
| |
4463 | 4472 |
| |
| 4473 | + | |
| 4474 | + | |
| 4475 | + | |
| 4476 | + | |
4464 | 4477 |
| |
4465 | 4478 |
| |
4466 | 4479 |
| |
|
Lines changed: 5 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 |
| - | |
601 |
| - | |
| 600 | + | |
| 601 | + | |
602 | 602 |
| |
603 |
| - | |
604 |
| - | |
| 603 | + | |
605 | 604 |
| |
606 | 605 |
| |
607 | 606 |
| |
| |||
619 | 618 |
| |
620 | 619 |
| |
621 | 620 |
| |
622 |
| - | |
623 |
| - | |
624 |
| - | |
625 |
| - | |
626 |
| - | |
627 |
| - | |
628 |
| - | |
629 |
| - | |
630 |
| - | |
631 |
| - | |
632 |
| - | |
633 |
| - | |
634 |
| - | |
635 |
| - | |
636 |
| - | |
637 |
| - | |
638 |
| - | |
639 |
| - | |
640 |
| - | |
| 621 | + | |
| 622 | + | |
641 | 623 |
| |
642 | 624 |
| |
643 | 625 |
| |
|
0 commit comments
Comments
(0)