forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit781ec6b
committed
Further reductions in Hot Standby conflict processing. These
come from the realistion that HEAP2_CLEAN records don'talways remove user visible data, so conflict processing forthem can be skipped. Confirm validity using Assert checks,clarify circumstances under which we log heap_cleanup_inforecords. Tuning arises from bug fixing of earlier safetycheck failures.1 parent95a777c commit781ec6b
File tree
3 files changed
+14
-11
lines changed- src/backend
- access/heap
- commands
3 files changed
+14
-11
lines changedLines changed: 7 additions & 3 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 |
| |
| |||
4106 | 4106 |
| |
4107 | 4107 |
| |
4108 | 4108 |
| |
4109 |
| - | |
| 4109 | + | |
4110 | 4110 |
| |
4111 | 4111 |
| |
4112 | 4112 |
| |
| |||
4126 | 4126 |
| |
4127 | 4127 |
| |
4128 | 4128 |
| |
| 4129 | + | |
| 4130 | + | |
| 4131 | + | |
| 4132 | + | |
4129 | 4133 |
| |
4130 |
| - | |
| 4134 | + | |
4131 | 4135 |
| |
4132 | 4136 |
| |
4133 | 4137 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
239 | 240 |
| |
240 | 241 |
| |
241 | 242 |
| |
|
Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
281 | 281 |
| |
282 |
| - | |
283 | 282 |
| |
284 | 283 |
| |
285 | 284 |
| |
| |||
687 | 686 |
| |
688 | 687 |
| |
689 | 688 |
| |
690 |
| - | |
691 | 689 |
| |
692 | 690 |
| |
693 | 691 |
| |
|
0 commit comments
Comments
(0)