forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7c63d0c
committed
Change a couple of ill-advised uses of INFO elog level to WARNINGs; in
particular this allows EmitWarningsOnPlaceholders messages to show up in thepostmaster log by default. Update elog.h comment to make it clearer what INFOis for, and fix one example in the SGML docs that was misusing it. Per mygripe of yesterday.1 parent229bffe commit7c63d0c
File tree
3 files changed
+20
-21
lines changed- doc/src/sgml
- src
- backend/utils/misc
- include/utils
3 files changed
+20
-21
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
606 |
| - | |
| 606 | + | |
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
612 |
| - | |
| 612 | + | |
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
|
Lines changed: 11 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
4541 | 4541 |
| |
4542 | 4542 |
| |
4543 | 4543 |
| |
4544 |
| - | |
| 4544 | + | |
4545 | 4545 |
| |
4546 | 4546 |
| |
4547 | 4547 |
| |
| |||
5904 | 5904 |
| |
5905 | 5905 |
| |
5906 | 5906 |
| |
5907 |
| - | |
5908 |
| - | |
5909 |
| - | |
5910 |
| - | |
| 5907 | + | |
| 5908 | + | |
5911 | 5909 |
| |
5912 |
| - | |
| 5910 | + | |
5913 | 5911 |
| |
5914 |
| - | |
| 5912 | + | |
5915 | 5913 |
| |
5916 | 5914 |
| |
5917 |
| - | |
5918 |
| - | |
| 5915 | + | |
| 5916 | + | |
5919 | 5917 |
| |
5920 |
| - | |
| 5918 | + | |
5921 | 5919 |
| |
5922 |
| - | |
| 5920 | + | |
| 5921 | + | |
5923 | 5922 |
| |
5924 | 5923 |
| |
5925 | 5924 |
| |
| |||
5952 | 5951 |
| |
5953 | 5952 |
| |
5954 | 5953 |
| |
5955 |
| - | |
5956 | 5954 |
| |
5957 | 5955 |
| |
5958 | 5956 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
0 commit comments
Comments
(0)