diff options
Diffstat (limited to 'src/test/modules/test_json_parser/test_json_parser_perf.c')
-rw-r--r-- | src/test/modules/test_json_parser/test_json_parser_perf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/modules/test_json_parser/test_json_parser_perf.c b/src/test/modules/test_json_parser/test_json_parser_perf.c index f5c0e8dd9ae..ea85626cbd8 100644 --- a/src/test/modules/test_json_parser/test_json_parser_perf.c +++ b/src/test/modules/test_json_parser/test_json_parser_perf.c @@ -43,6 +43,8 @@ main(int argc, char **argv) int iter; int use_inc = 0; + pg_logging_init(argv[0]); + initStringInfo(&json); if (strcmp(argv[1], "-i") == 0) |