1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Revert PostgreSQL comment to original source version.

Not sure how "iff" got changed to "if". Perhaps an unintentional spell check.
This commit is contained in:
David Steele 2020-05-21 13:43:12 -04:00
parent f15d6104d2
commit ed81432151

View File

@ -210,7 +210,7 @@ typedef PageHeaderData *PageHeader;
// ---------------------------------------------------------------------------------------------------------------------------------
/*
* PageIsNew
* returns true if page has not been initialized (by PageInit)
* returns true iff page has not been initialized (by PageInit)
*/
#define PageIsNew(page) (((PageHeader) (page))->pd_upper == 0)