forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit570bd2b
committed
Add capability to suppress CONTEXT: messages to elog machinery.
Hiding context messages usually is not a good idea - except for ratherverbose debugging/development utensils like LOG_DEBUG. There theamount of repeated context messages just bloat the log without addinginformation.1 parent4a55931 commit570bd2b
2 files changed
+24
-2
lines changedLines changed: 22 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1081 | 1081 |
| |
1082 | 1082 |
| |
1083 | 1083 |
| |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
1084 | 1103 |
| |
1085 | 1104 |
| |
1086 | 1105 |
| |
| |||
2724 | 2743 |
| |
2725 | 2744 |
| |
2726 | 2745 |
| |
2727 |
| - | |
| 2746 | + | |
| 2747 | + | |
2728 | 2748 |
| |
2729 | 2749 |
| |
2730 | 2750 |
| |
| |||
2856 | 2876 |
| |
2857 | 2877 |
| |
2858 | 2878 |
| |
2859 |
| - | |
| 2879 | + | |
2860 | 2880 |
| |
2861 | 2881 |
| |
2862 | 2882 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
| 224 | + | |
224 | 225 |
| |
225 | 226 |
| |
226 | 227 |
| |
| |||
385 | 386 |
| |
386 | 387 |
| |
387 | 388 |
| |
| 389 | + | |
388 | 390 |
| |
389 | 391 |
| |
390 | 392 |
| |
|
0 commit comments
Comments
(0)