We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9f12c commit b4b0ba5Copy full SHA for b4b0ba5
1 file changed
src/profiler.c
@@ -1105,9 +1105,7 @@ plpgsql_profiler_install_fake_queryid_hook(PG_FUNCTION_ARGS)
1105
if (post_parse_analyze_hook == profiler_fake_queryid_hook)
1106
PG_RETURN_VOID();
1107
1108
- if (post_parse_analyze_hook == NULL)
1109
- prev_post_parse_analyze_hook = post_parse_analyze_hook;
1110
-
+ prev_post_parse_analyze_hook = post_parse_analyze_hook;
1111
post_parse_analyze_hook = profiler_fake_queryid_hook;
1112
1113
0 commit comments