- Notifications
You must be signed in to change notification settings - Fork5
Commitb7212c9
committed
Fix thinko in SPI_execute_plan() calls
Two call sites were apparently thinking that the last argument ofSPI_execute_plan() is the number of query parameters, but it is actuallythe row limit. Change the calls to 0, since we don't care about thelimit there. The previous code didn't break anything, but it was stillwrong.1 parent4053189 commitb7212c9
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
483 |
| - | |
| 483 | + | |
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
| |||
635 | 635 |
| |
636 | 636 |
| |
637 | 637 |
| |
638 |
| - | |
| 638 | + | |
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
|
0 commit comments
Comments
(0)