Skip to content

Commit c8ec53e

Browse files
authored
Keep the initial values consistent to avoid assertion errors (#2)
1 parent dfc0533 commit c8ec53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trace_session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static ExecutorRun_hook_type prev_ExecutorRun_hook = NULL; // hook to log plan b
3636
bool isExecuteTime = false;
3737

3838
//GUC parametrs
39-
int writeMode = TEXT_WRITE_MODE;
39+
int writeMode = JSON_WRITE_MODE;
4040
bool traceLWLocksForEachNode;
4141
bool writeOnlySleepLWLocksStat;
4242

0 commit comments

Comments
 (0)