We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69d16d commit 6f1d1c4Copy full SHA for 6f1d1c4
contrib/sr_plan/sr_plan.c
@@ -260,7 +260,6 @@ void *replace_fake(void *node)
260
}
261
262
void _PG_init(void) {
263
- elog(WARNING, "SP_Plan init");
264
DefineCustomBoolVariable("sr_plan.write_mode",
265
"Save all plans for all query.",
266
NULL,
@@ -277,7 +276,6 @@ void _PG_init(void) {
277
276
278
279
void _PG_fini(void) {
280
- elog(WARNING, "SP_Plan finit");
281
planner_hook = NULL;
282
post_parse_analyze_hook = NULL;
283
@@ -485,4 +483,4 @@ sr_plan_invalid_table(PG_FUNCTION_ARGS)
485
483
heap_close(sr_plans_heap, RowExclusiveLock);
486
484
487
PG_RETURN_NULL();
488
-}
+}
0 commit comments