- Notifications
You must be signed in to change notification settings - Fork28
Commit5ed6fff
committed
Make logging about multixact wraparound protection less chatty.
The original messaging design, introduced in commit068cfad, seems toochatty now that some time has elapsed since the bug fix; most installationswill be in good shape and don't really need a reminder about this on everypostmaster start.Hence, arrange to suppress the "wraparound protections are now enabled"message during startup (specifically, during the TrimMultiXact() call).The message will still appear if protection becomes effective at somelater point.Discussion:https://postgr.es/m/17211.1489189214@sss.pgh.pa.us1 parentc6c099d commit5ed6fff
File tree
4 files changed
+18
-12
lines changed- src
- backend
- access/transam
- commands
- include/access
4 files changed
+18
-12
lines changedLines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 |
| - | |
| 366 | + | |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
| |||
2095 | 2095 |
| |
2096 | 2096 |
| |
2097 | 2097 |
| |
2098 |
| - | |
| 2098 | + | |
2099 | 2099 |
| |
2100 | 2100 |
| |
2101 | 2101 |
| |
| |||
2186 | 2186 |
| |
2187 | 2187 |
| |
2188 | 2188 |
| |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
2189 | 2192 |
| |
2190 | 2193 |
| |
2191 |
| - | |
| 2194 | + | |
| 2195 | + | |
2192 | 2196 |
| |
2193 | 2197 |
| |
2194 | 2198 |
| |
| |||
2277 | 2281 |
| |
2278 | 2282 |
| |
2279 | 2283 |
| |
2280 |
| - | |
| 2284 | + | |
2281 | 2285 |
| |
2282 | 2286 |
| |
2283 | 2287 |
| |
| |||
2370 | 2374 |
| |
2371 | 2375 |
| |
2372 | 2376 |
| |
2373 |
| - | |
| 2377 | + | |
2374 | 2378 |
| |
2375 | 2379 |
| |
2376 | 2380 |
| |
| |||
2537 | 2541 |
| |
2538 | 2542 |
| |
2539 | 2543 |
| |
2540 |
| - | |
| 2544 | + | |
2541 | 2545 |
| |
2542 | 2546 |
| |
2543 | 2547 |
| |
| |||
2619 | 2623 |
| |
2620 | 2624 |
| |
2621 | 2625 |
| |
2622 |
| - | |
| 2626 | + | |
2623 | 2627 |
| |
2624 | 2628 |
| |
| 2629 | + | |
2625 | 2630 |
| |
2626 | 2631 |
| |
2627 | 2632 |
| |
| |||
3312 | 3317 |
| |
3313 | 3318 |
| |
3314 | 3319 |
| |
3315 |
| - | |
| 3320 | + | |
3316 | 3321 |
| |
3317 | 3322 |
| |
3318 | 3323 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4995 | 4995 |
| |
4996 | 4996 |
| |
4997 | 4997 |
| |
4998 |
| - | |
| 4998 | + | |
4999 | 4999 |
| |
5000 | 5000 |
| |
5001 | 5001 |
| |
| |||
6597 | 6597 |
| |
6598 | 6598 |
| |
6599 | 6599 |
| |
6600 |
| - | |
| 6600 | + | |
6601 | 6601 |
| |
6602 | 6602 |
| |
6603 | 6603 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1205 | 1205 |
| |
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 |
| - | |
| 1208 | + | |
1209 | 1209 |
| |
1210 | 1210 |
| |
1211 | 1211 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
| 131 | + | |
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
|
0 commit comments
Comments
(0)