- Notifications
You must be signed in to change notification settings - Fork28
Commit6dfc946
committed
Fix description of WAL record XLOG_BTREE_META_CLEANUP
This record uses one metadata buffer and registers some data associatedto the buffer, but when parsing the record for its description a directaccess to the record data was done, but there is none. This leadsusually to an incorrect description, but can also cause crashes like inpg_waldump. Instead, fix things so as the parsing uses the dataassociated to the metadata block.This is an oversight from3d92796, so backpatch down to 11.Author: Michael PaquierDescription:https://postgr.es/m/20190617013059.GA3153@paquier.xyzBackpatch-through: 111 parent5246d3e commit6dfc946
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
| 103 | + | |
| 104 | + | |
103 | 105 |
| |
104 | 106 |
| |
105 | 107 |
| |
|
0 commit comments
Comments
(0)