Skip to content

Commit

Permalink
sort includes
Browse files Browse the repository at this point in the history
  • Loading branch information
copetol committed Mar 27, 2024
1 parent 742abb1 commit 8e04036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/distributed/commands/alter_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include "distributed/colocation_utils.h"
#include "distributed/commands.h"
#include "distributed/commands/utility_hook.h"
#include "distributed/comment.h"
#include "distributed/coordinator_protocol.h"
#include "distributed/deparser.h"
#include "distributed/distribution_column.h"
Expand All @@ -69,7 +70,6 @@
#include "distributed/tenant_schema_metadata.h"
#include "distributed/worker_protocol.h"
#include "distributed/worker_transaction.h"
#include "distributed/comment.h"


/* Table Conversion Types */
Expand Down
2 changes: 1 addition & 1 deletion src/backend/distributed/commands/comment.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
#include "access/htup_details.h"
#include "access/table.h"
#include "catalog/pg_shdescription.h"
#include "commands/comment.h"
#include "nodes/parsenodes.h"
#include "utils/builtins.h"
#include "utils/fmgroids.h"
#include "utils/rel.h"

#include "commands/comment.h"
#include "distributed/comment.h"

static char * GetCommentForObject(Oid classOid, Oid objectOid);
Expand Down

0 comments on commit 8e04036

Please sign in to comment.