aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-10-30 14:52:35 -0400
committerBruce Momjian <bruce@momjian.us>2023-10-30 14:52:35 -0400
commit56b30e266eaa74f38bdda45067c9a5a63cd24c75 (patch)
treeccf3d8556246d6199f6dd964fea01f4a5fad92d4 /src
parent0c60e8ba80e03491b028204a19a9dca6d216df91 (diff)
downloadpostgresql-56b30e266eaa74f38bdda45067c9a5a63cd24c75.tar.gz
postgresql-56b30e266eaa74f38bdda45067c9a5a63cd24c75.zip
pgindent run to fix commits de64268561 and 5ae2087202a
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZT9YH7-TTx27V3yW@paquier.xyz Backpatch-through: master
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c4
-rw-r--r--src/bin/pg_amcheck/pg_amcheck.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 39d77bea9ea..7b6b613c4a3 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -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.
*/
}
diff --git a/src/bin/pg_amcheck/pg_amcheck.c b/src/bin/pg_amcheck/pg_amcheck.c
index 57c7c1917c4..a6b3b564578 100644
--- a/src/bin/pg_amcheck/pg_amcheck.c
+++ b/src/bin/pg_amcheck/pg_amcheck.c
@@ -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)
{