Sort includes in alphabetical order

Added by commit 042a66291b04, no backpatch needed.
This commit is contained in:
Álvaro Herrera 2025-05-11 09:15:05 -04:00
parent d4a7e4e179
commit 7b2ad43426
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

@ -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"