forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f88e2d
committed
Fix masking of SP-GiST pages during xlog consistency check
spg_mask() didn't take into account that pd_lower equal to SizeOfPageHeaderDatais still valid value. This commit fixes that. Backpatch to 11, wherespg_mask() pg_lower check was introduced.Reported-by: Michael PaquierDiscussion:https://postgr.es/m/20200615131405.GM52676%40paquier.xyzBackpatch-through: 111 parent2e155d9 commit3f88e2d
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 | 1045 |
| |
1046 |
| - | |
| 1046 | + | |
1047 | 1047 |
| |
1048 | 1048 |
|
0 commit comments
Comments
(0)