We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc0533 commit c8ec53eCopy full SHA for c8ec53e
src/trace_session.c
@@ -36,7 +36,7 @@ static ExecutorRun_hook_type prev_ExecutorRun_hook = NULL; // hook to log plan b
36
bool isExecuteTime = false;
37
38
//GUC parametrs
39
-int writeMode = TEXT_WRITE_MODE;
+int writeMode = JSON_WRITE_MODE;
40
bool traceLWLocksForEachNode;
41
bool writeOnlySleepLWLocksStat;
42
0 commit comments