projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ebf32
)
Alphabetize #include directives in pg_checksums.c.
author
Nathan Bossart
Fri, 20 Sep 2024 20:18:42 +0000
(15:18 -0500)
committer
Nathan Bossart
Fri, 20 Sep 2024 20:18:42 +0000
(15:18 -0500)
Author: Michael Banck
Discussion: https://postgr.es/m/
66edaed0
.
050a0220
.32a9ba.42c8%40mx.google.com
src/bin/pg_checksums/pg_checksums.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_checksums/pg_checksums.c
b/src/bin/pg_checksums/pg_checksums.c
index 68a68eb0fac5a297a4de5c5c3d728bf9c3253a5d..f5f7ff10455e288b9870515ca595b8ad83fcf22a 100644
(file)
--- a/
src/bin/pg_checksums/pg_checksums.c
+++ b/
src/bin/pg_checksums/pg_checksums.c
@@
-16,8
+16,8
@@
#include
#include
-#include
#include
+#include
#include
#include "common/controldata_utils.h"