8000 Remove duplicating definition of prev_create_plan_hook in aqo.c · postgrespro/aqo@bd2b0b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd2b0b1

Browse files
author
Alena Rybakina
committed
Remove duplicating definition of prev_create_plan_hook in aqo.c
1 parent 304b443 commit bd2b0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aqo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ set_baserel_rows_estimate_hook_type prev_set_baserel_rows_estimate_hook;
108108
get_parameterized_baserel_size_hook_type prev_get_parameterized_baserel_size_hook;
109109
set_joinrel_size_estimates_hook_type prev_set_joinrel_size_estimates_hook;
110110
get_parameterized_joinrel_size_hook_type prev_get_parameterized_joinrel_size_hook;
111-
create_plan_hook_type prev_create_plan_hook;
112111
ExplainOnePlan_hook_type prev_ExplainOnePlan_hook;
113112
ExplainOneNode_hook_type prev_ExplainOneNode_hook;
114113

0 commit comments

Comments
 (0)
0