Add assertion to check the special size is sane before dereferencing it.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Add assertion to check the special size is sane before dereferencing it. This seems useful to catch errors of the sort I just fixed, where PageGetSpecialPointer is called before initializing the page.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/storage/bufpage.h | modified | +2 −0 |