mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
Fix indentation.
This commit is contained in:
parent
1272cfb727
commit
f2af1f4559
1 changed files with 3 additions and 3 deletions
|
|
@ -1473,9 +1473,9 @@ summarizer_read_local_xlog_page(XLogReaderState *state,
|
|||
*
|
||||
* It's possible that this will cause read_upto to move
|
||||
* backwards, because we might have been promoted before
|
||||
* reaching the end of the previous timeline. In that case,
|
||||
* the next loop iteration will likely conclude that we've
|
||||
* reached end of WAL.
|
||||
* reaching the end of the previous timeline. In that
|
||||
* case, the next loop iteration will likely conclude that
|
||||
* we've reached end of WAL.
|
||||
*/
|
||||
private_data->read_upto = switchpoint;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue