forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5bd59b9
committed
Document that errors are not output by log_statement (was they were in
8.0), and add as suggestion to use log_min_error_statement for thispurpose. I also fixed the code so the first EXECUTE has it's prepare,rather than the last which is what was in the current code. Also remove"protocol" prefix for SQL EXECUTE output because it is not accurate.Backpatch to 8.1.X.1 parent0a87394 commit5bd59b9
2 files changed
+12
-9
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
2758 | 2758 |
| |
2759 | 2759 |
| |
2760 | 2760 |
| |
2761 |
| - | |
2762 |
| - | |
2763 |
| - | |
| 2761 | + | |
| 2762 | + | |
| 2763 | + | |
| 2764 | + | |
2764 | 2765 |
| |
2765 | 2766 |
| |
2766 | 2767 |
| |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
586 | 586 |
| |
587 | 587 |
| |
588 | 588 |
| |
589 |
| - | |
| 589 | + | |
| 590 | + | |
590 | 591 |
| |
591 | 592 |
| |
592 | 593 |
| |
593 | 594 |
| |
594 | 595 |
| |
595 | 596 |
| |
596 |
| - | |
| 597 | + | |
| 598 | + | |
597 | 599 |
| |
598 | 600 |
| |
599 | 601 |
| |
600 |
| - | |
601 |
| - | |
| 602 | + | |
| 603 | + | |
602 | 604 |
| |
603 | 605 |
| |
604 | 606 |
| |
|
0 commit comments
Comments
(0)