diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-07-26 11:58:52 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-07-26 12:00:03 -0400 |
commit | f2af1f4559ea74a6133ac36df3204c12e8d12ed3 (patch) | |
tree | e824afeac3c5a2d2f3c90d107b06ea28573e1f3a /src | |
parent | 1272cfb7277f723e01657d4090241f5750b8f932 (diff) | |
download | postgresql-f2af1f4559ea74a6133ac36df3204c12e8d12ed3.tar.gz postgresql-f2af1f4559ea74a6133ac36df3204c12e8d12ed3.zip |
Fix indentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/postmaster/walsummarizer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/postmaster/walsummarizer.c b/src/backend/postmaster/walsummarizer.c index c1dd75b98c2..6bbc0405107 100644 --- a/src/backend/postmaster/walsummarizer.c +++ b/src/backend/postmaster/walsummarizer.c @@ -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; |