We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent56dffb5 commit381200bCopy full SHA for 381200b
src/include/storage/bufpage.h
@@ -301,10 +301,10 @@ typedef PageHeaderData *PageHeader;
301
* Using assertions, validate that the page special pointer is OK.
302
*
303
* This is intended to catch use of the pointer before page initialization.
304
- * It is implemented as a functiondo to the limitations of the MSVC compiler,
305
- * which choked on doing all these tests within another macro. We return true
306
- * so that MacroAssert() can be used while still getting the specifics from
307
- * the macro failure within this function.
+ * It is implemented as a functiondue to the limitations of the MSVC
+ *compiler,which choked on doing all these tests within another macro. We
+ *return trueso that MacroAssert() can be used while still getting the
+ *specifics fromthe macro failure within this function.
308
*/
309
staticinlinebool
310
PageValidateSpecialPointer(Pagepage)