projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a7e4e
)
Sort includes in alphabetical order
author
Álvaro Herrera
<
[email protected]
>
Sun, 11 May 2025 13:15:05 +0000
(09:15 -0400)
committer
Álvaro Herrera
<
[email protected]
>
Sun, 11 May 2025 13:15:05 +0000
(09:15 -0400)
Added by commit
042a66291b04
, no backpatch needed.
src/backend/utils/adt/mcxtfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/mcxtfuncs.c
b/src/backend/utils/adt/mcxtfuncs.c
index 206b601a52b8a83d52edd0683b8615f19ffac52b..7ec2c2250163a03210d56a39ff3faf75e104cca0 100644
(file)
--- a/
src/backend/utils/adt/mcxtfuncs.c
+++ b/
src/backend/utils/adt/mcxtfuncs.c
@@
-15,11
+15,11
@@
#include "postgres.h"
+#include "access/twophase.h"
+#include "catalog/pg_authid_d.h"
#include "funcapi.h"
#include "mb/pg_wchar.h"
#include "miscadmin.h"
-#include "access/twophase.h"
-#include "catalog/pg_authid_d.h"
#include "storage/proc.h"
#include "storage/procarray.h"
#include "utils/acl.h"