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:
parent
f15d6104d2
commit
ed81432151
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user