Run pgindent.
authorRobert Haas <rhaas@postgresql.org>
Tue, 29 Jul 2025 13:09:42 +0000 (09:09 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 29 Jul 2025 13:10:41 +0000 (09:10 -0400)
Per buildfarm member koel, Nathan Bossart, and David Rowley.

src/backend/storage/buffer/bufmgr.c

index 9c6fe587ec94032b0b509cd4af1a9328cbb30866..67431208e7f5f190be930f391eab6705ea16462a 100644 (file)
@@ -2744,9 +2744,9 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
         * zero_damaged_pages is ON) and so a previous attempt to read a block
         * beyond EOF could have left a "valid" zero-filled buffer.
         *
-        * This has also been observed when relation was overwritten by external
-        * process. Since the legitimate cases should always have left a
-        * zero-filled buffer, complain if not PageIsNew.
+        * This has also been observed when relation was overwritten by
+        * external process. Since the legitimate cases should always have
+        * left a zero-filled buffer, complain if not PageIsNew.
         */
        if (existing_id >= 0)
        {