forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c28fd2
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 parent2322456 commit3c28fd2
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
| 102 | + | |
| 103 | + | |
102 | 104 |
| |
103 | 105 |
| |
104 | 106 |
| |
|
0 commit comments
Comments
(0)