- Notifications
You must be signed in to change notification settings - Fork5
Commit1460b19
committed
Assert that pre/post-fix updated tuples are on the same page during replay.
If they were not 'oldtup.t_data' would be dereferenced while set to NULLin case of a full page image for block 0.Do so primarily to silence coverity; but also to make sure this prerequisiteisn't changed without adapting the replay routine as that would appear towork in many cases.Andres Freund1 parenta692ee5 commit1460b19
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8115 | 8115 |
| |
8116 | 8116 |
| |
8117 | 8117 |
| |
| 8118 | + | |
8118 | 8119 |
| |
8119 | 8120 |
| |
8120 | 8121 |
| |
8121 | 8122 |
| |
8122 | 8123 |
| |
| 8124 | + | |
8123 | 8125 |
| |
8124 | 8126 |
| |
8125 | 8127 |
| |
|
0 commit comments
Comments
(0)