Fix indentation.
authorRobert Haas <[email protected]>
Fri, 26 Jul 2024 15:59:34 +0000 (11:59 -0400)
committerRobert Haas <[email protected]>
Fri, 26 Jul 2024 16:00:04 +0000 (12:00 -0400)
src/backend/postmaster/walsummarizer.c

index c1dd75b98c262d47712044f684baee74c2eb08c4..6bbc0405107a9d1380ded232ede8f7a4a38c96b4 100644 (file)
@@ -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;