Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56b30e2

Browse files
committed
pgindent run to fix commits de64268 and 5ae2087
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZT9YH7-TTx27V3yW@paquier.xyz Backpatch-through: master
1 parent 0c60e8b commit 56b30e2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/backend/postmaster/postmaster.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1563,8 +1563,8 @@ getInstallationPaths(const char *argv0)
15631563
FreeDir(pdir);
15641564

15651565
/*
1566-
* It's not worth checking the share/ directory. If the lib/ directory
1567-
* is there, then share/ probably is too.
1566+
* It's not worth checking the share/ directory. If the lib/ directory is
1567+
* there, then share/ probably is too.
15681568
*/
15691569
}
15701570

src/bin/pg_amcheck/pg_amcheck.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,8 @@ main(int argc, char *argv[])
599599

600600
/*
601601
* Check the version of amcheck extension. Skip requested unique
602-
* constraint check with warning if it is not yet supported by amcheck.
602+
* constraint check with warning if it is not yet supported by
603+
* amcheck.
603604
*/
604605
if (opts.checkunique == true)
605606
{

0 commit comments

Comments
 (0)