forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit39aafc8
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 parente6c6f42 commit39aafc8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1008 | 1008 | | |
1009 | 1009 | | |
1010 | 1010 | | |
1011 | | - | |
| 1011 | + | |
1012 | 1012 | | |
1013 | 1013 | | |
0 commit comments
Comments
(0)