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

Commit6f1d1c4

Browse files
committed
Removed debugging warnings which prevent sr_plan make check from succeeding
1 parente69d16d commit6f1d1c4

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)

[8]ページ先頭

©2009-2025 Movatter.jp