From: Álvaro Herrera Date: Sun, 11 May 2025 13:15:05 +0000 (-0400) Subject: Sort includes in alphabetical order X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7b2ad4342603c9796bf28dbe84aca247b2bfa9f8;p=postgresql.git Sort includes in alphabetical order Added by commit 042a66291b04, no backpatch needed. --- diff --git a/src/backend/utils/adt/mcxtfuncs.c b/src/backend/utils/adt/mcxtfuncs.c index 206b601a52b..7ec2c225016 100644 --- 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"