Skip to content

Commit 8f33649

Browse files
committed
fix variable decl. & def. alignment
1 parent 5609d03 commit 8f33649

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pickyappend.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
#include "pathman.h"
44

55

6-
bool pg_pathman_enable_pickyappend = true;
6+
bool pg_pathman_enable_pickyappend = true;
77

8-
CustomPathMethods pickyappend_path_methods;
9-
CustomScanMethods pickyappend_plan_methods;
10-
CustomExecMethods pickyappend_exec_methods;
8+
CustomPathMethods pickyappend_path_methods;
9+
CustomScanMethods pickyappend_plan_methods;
10+
CustomExecMethods pickyappend_exec_methods;
1111

1212

1313
static void

pickyappend.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ typedef struct
4545
HASHCTL plan_state_table_config;
4646
} PickyAppendState;
4747

48-
extern bool pg_pathman_enable_pickyappend;
48+
extern bool pg_pathman_enable_pickyappend;
4949

50-
extern CustomPathMethods pickyappend_path_methods;
51-
extern CustomScanMethods pickyappend_plan_methods;
52-
extern CustomExecMethods pickyappend_exec_methods;
50+
extern CustomPathMethods pickyappend_path_methods;
51+
extern CustomScanMethods pickyappend_plan_methods;
52+
extern CustomExecMethods pickyappend_exec_methods;
5353

5454
Path * create_pickyappend_path(PlannerInfo *root, AppendPath *inner_append,
5555
ParamPathInfo *param_info, List *picky_clauses);

0 commit comments

Comments
 (0)