forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita44dd93
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 parent15cb2bd commita44dd93
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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)