mirror of
https://github.com/postgres/postgres.git
synced 2025-12-01 12:18:01 +03:00
pgindent run prior to branching
This commit is contained in:
@@ -4512,7 +4512,7 @@ ReadControlFile(void)
|
||||
errmsg("could not read from control file: %m")));
|
||||
else
|
||||
ereport(PANIC,
|
||||
(errmsg("could not read from control file: read %d bytes, expected %d", r, (int) sizeof(ControlFileData))));
|
||||
(errmsg("could not read from control file: read %d bytes, expected %d", r, (int) sizeof(ControlFileData))));
|
||||
}
|
||||
pgstat_report_wait_end();
|
||||
|
||||
|
||||
@@ -829,9 +829,9 @@ XLogReaderValidatePageHeader(XLogReaderState *state, XLogRecPtr recptr,
|
||||
}
|
||||
|
||||
/*
|
||||
* Check that the address on the page agrees with what we expected.
|
||||
* This check typically fails when an old WAL segment is recycled,
|
||||
* and hasn't yet been overwritten with new data yet.
|
||||
* Check that the address on the page agrees with what we expected. This
|
||||
* check typically fails when an old WAL segment is recycled, and hasn't
|
||||
* yet been overwritten with new data yet.
|
||||
*/
|
||||
if (hdr->xlp_pageaddr != recaddr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user