Sort includes in alphabetical order
authorÁlvaro Herrera <alvherre@kurilemu.de>
Sun, 11 May 2025 13:15:05 +0000 (09:15 -0400)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Sun, 11 May 2025 13:15:05 +0000 (09:15 -0400)
Added by commit 042a66291b04, no backpatch needed.

src/backend/utils/adt/mcxtfuncs.c

index 206b601a52b8a83d52edd0683b8615f19ffac52b..7ec2c2250163a03210d56a39ff3faf75e104cca0 100644 (file)
 
 #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"