Skip to content

Commit c883453

Browse files
committed
Fix indentation.
1 parent 161c734 commit c883453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/postmaster/walsummarizer.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,9 +1473,9 @@ summarizer_read_local_xlog_page(XLogReaderState *state,
14731473
*
14741474
* It's possible that this will cause read_upto to move
14751475
* backwards, because we might have been promoted before
1476-
* reaching the end of the previous timeline. In that case,
1477-
* the next loop iteration will likely conclude that we've
1478-
* reached end of WAL.
1476+
* reaching the end of the previous timeline. In that
1477+
* case, the next loop iteration will likely conclude that
1478+
* we've reached end of WAL.
14791479
*/
14801480
private_data->read_upto = switchpoint;
14811481

0 commit comments

Comments
 (0)