Skip to content

Commit 0355255

Browse files
committed
Fix for correct session stop
1 parent 99ea961 commit 0355255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/trace_session.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ SessionTraceStop(bool closeFile)
362362
traceMemoryContext = NULL;
363363
ExecutorRun_hook = prev_ExecutorRun_hook;
364364
ExecutorStart_hook = prev_ExecutorStart_hook;
365+
ExecutorFinish_hook = prev_ExecutorFinish_hook;
366+
ProcessUtility_hook = prev_ProcessUtility_hook;
365367
}
366368

367369

0 commit comments

Comments
 (0)