Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f33649

Browse files
committed
fix variable decl. & def. alignment
1 parent5609d03 commit8f33649

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-
boolpg_pathman_enable_pickyappend= true;
6+
boolpg_pathman_enable_pickyappend= true;
77

8-
CustomPathMethodspickyappend_path_methods;
9-
CustomScanMethodspickyappend_plan_methods;
10-
CustomExecMethodspickyappend_exec_methods;
8+
CustomPathMethodspickyappend_path_methods;
9+
CustomScanMethodspickyappend_plan_methods;
10+
CustomExecMethodspickyappend_exec_methods;
1111

1212

1313
staticvoid

‎pickyappend.h

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

48-
externboolpg_pathman_enable_pickyappend;
48+
externboolpg_pathman_enable_pickyappend;
4949

50-
externCustomPathMethodspickyappend_path_methods;
51-
externCustomScanMethodspickyappend_plan_methods;
52-
externCustomExecMethodspickyappend_exec_methods;
50+
externCustomPathMethodspickyappend_path_methods;
51+
externCustomScanMethodspickyappend_plan_methods;
52+
externCustomExecMethodspickyappend_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)

[8]ページ先頭

©2009-2025 Movatter.jp