pgindent run to fix commits de64268561 and 5ae2087202a
authorBruce Momjian <[email protected]>
Mon, 30 Oct 2023 18:52:35 +0000 (14:52 -0400)
committerBruce Momjian <[email protected]>
Mon, 30 Oct 2023 18:52:35 +0000 (14:52 -0400)
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/[email protected]

Backpatch-through: master

src/backend/postmaster/postmaster.c
src/bin/pg_amcheck/pg_amcheck.c

index 39d77bea9ea2592858f0dc6231cec83b9fcca1e7..7b6b613c4a3a8b8c89a7f5d6ec93020103236f84 100644 (file)
@@ -1563,8 +1563,8 @@ getInstallationPaths(const char *argv0)
        FreeDir(pdir);
 
        /*
-        * It's not worth checking the share/ directory.  If the lib/ directory
-        * is there, then share/ probably is too.
+        * It's not worth checking the share/ directory.  If the lib/ directory is
+        * there, then share/ probably is too.
         */
 }
 
index 57c7c1917c4f45f83ee3d55f1e2575c473746637..a6b3b564578463e2a745f1ce67c0b400b02e5e48 100644 (file)
@@ -599,7 +599,8 @@ main(int argc, char *argv[])
 
                /*
                 * Check the version of amcheck extension. Skip requested unique
-                * constraint check with warning if it is not yet supported by amcheck.
+                * constraint check with warning if it is not yet supported by
+                * amcheck.
                 */
                if (opts.checkunique == true)
                {