mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Sort includes in alphabetical order
Added by commit 042a66291b
, no backpatch needed.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user