File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,10 +233,10 @@ PlannedStmt *sr_planner(Query *parse,
233
233
}
234
234
}
235
235
index_endscan (query_index_scan );
236
-
236
+
237
237
if (find_ok )
238
238
{
239
- elog (LOG , "Ok we find saved plan. " );
239
+ elog (DEBUG1 , "Saved plan was found " );
240
240
out_jsonb2 = (Jsonb * )DatumGetPointer (PG_DETOAST_DATUM (search_values [3 ]));
241
241
if (query_params != NULL )
242
242
pl_stmt = jsonb_to_node_tree (out_jsonb2 , & replace_fake );
@@ -248,7 +248,7 @@ PlannedStmt *sr_planner(Query *parse,
248
248
{
249
249
bool not_have_duplicate = true;
250
250
Datum plan_hash ;
251
-
251
+
252
252
pl_stmt = standard_planner (parse , cursorOptions , boundParams );
253
253
out_jsonb2 = node_tree_to_jsonb (pl_stmt , 0 , false);
254
254
plan_hash = DirectFunctionCall1 (jsonb_hash , PointerGetDatum (out_jsonb2 ));
You can’t perform that action at this time.
0 commit comments