We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c60e8b commit 56b30e2Copy full SHA for 56b30e2
src/backend/postmaster/postmaster.c
@@ -1563,8 +1563,8 @@ getInstallationPaths(const char *argv0)
1563
FreeDir(pdir);
1564
1565
/*
1566
- * It's not worth checking the share/ directory. If the lib/ directory
1567
- * 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.
1568
*/
1569
}
1570
src/bin/pg_amcheck/pg_amcheck.c
@@ -599,7 +599,8 @@ main(int argc, char *argv[])
599
600
601
* Check the version of amcheck extension. Skip requested unique
602
- * constraint check with warning if it is not yet supported by amcheck.
+ * constraint check with warning if it is not yet supported by
603
+ * amcheck.
604
605
if (opts.checkunique == true)
606
{
0 commit comments