Skip to content

Commit 6f1d1c4

Browse files
committed
Removed debugging warnings which prevent sr_plan make check from succeeding
1 parent e69d16d commit 6f1d1c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/sr_plan/sr_plan.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ void *replace_fake(void *node)
260260
}
261261

262262
void _PG_init(void) {
263-
elog(WARNING, "SP_Plan init");
264263
DefineCustomBoolVariable("sr_plan.write_mode",
265264
"Save all plans for all query.",
266265
NULL,
@@ -277,7 +276,6 @@ void _PG_init(void) {
277276
}
278277

279278
void _PG_fini(void) {
280-
elog(WARNING, "SP_Plan finit");
281279
planner_hook = NULL;
282280
post_parse_analyze_hook = NULL;
283281
}
@@ -485,4 +483,4 @@ sr_plan_invalid_table(PG_FUNCTION_ARGS)
485483
heap_close(sr_plans_heap, RowExclusiveLock);
486484

487485
PG_RETURN_NULL();
488-
}
486+
}

0 commit comments

Comments
 (0)