forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitefbbbbc
committed
Remove the unused argument of PSQLexec().
This commit simply removes the second argument of PSQLexec that wasset to the same value everywhere. Comments and code blocks relatedto this parameter are removed.Noticed by Heikki Linnakangas, reviewed by Michael Paquier1 parent5ac372f commitefbbbbc
File tree
5 files changed
+65
-84
lines changed- src/bin/psql
5 files changed
+65
-84
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
967 | 967 |
| |
968 | 968 |
| |
969 | 969 |
| |
970 |
| - | |
| 970 | + | |
971 | 971 |
| |
972 | 972 |
| |
973 | 973 |
| |
| |||
2181 | 2181 |
| |
2182 | 2182 |
| |
2183 | 2183 |
| |
2184 |
| - | |
| 2184 | + | |
2185 | 2185 |
| |
2186 | 2186 |
| |
2187 | 2187 |
| |
| |||
2197 | 2197 |
| |
2198 | 2198 |
| |
2199 | 2199 |
| |
2200 |
| - | |
| 2200 | + | |
2201 | 2201 |
| |
2202 | 2202 |
| |
2203 | 2203 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
426 | 426 |
| |
427 | 427 |
| |
428 | 428 |
| |
429 |
| - | |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 | 429 |
| |
434 | 430 |
| |
435 | 431 |
| |
436 | 432 |
| |
437 | 433 |
| |
438 | 434 |
| |
439 | 435 |
| |
440 |
| - | |
| 436 | + | |
441 | 437 |
| |
442 | 438 |
| |
443 | 439 |
| |
| |||
468 | 464 |
| |
469 | 465 |
| |
470 | 466 |
| |
471 |
| - | |
472 |
| - | |
473 |
| - | |
474 |
| - | |
475 |
| - | |
476 |
| - | |
477 |
| - | |
478 |
| - | |
479 |
| - | |
480 |
| - | |
481 |
| - | |
482 |
| - | |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 | 467 |
| |
487 | 468 |
| |
488 | 469 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
0 commit comments
Comments
(0)