From cc893b82370b5d68e0a72f5bb1663644a3a0351d Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 24 Apr 2024 07:52:52 -0400 Subject: Add pg_logging_init() calls missing in commit ba3e6e2bca As noticed by Michael Paquier. --- src/test/modules/test_json_parser/test_json_parser_incremental.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/modules/test_json_parser/test_json_parser_incremental.c') diff --git a/src/test/modules/test_json_parser/test_json_parser_incremental.c b/src/test/modules/test_json_parser/test_json_parser_incremental.c index b2195cb8113..0bc047a4af4 100644 --- a/src/test/modules/test_json_parser/test_json_parser_incremental.c +++ b/src/test/modules/test_json_parser/test_json_parser_incremental.c @@ -89,6 +89,8 @@ main(int argc, char **argv) int c; bool need_strings = false; + pg_logging_init(argv[0]); + while ((c = getopt(argc, argv, "c:s")) != -1) { switch (c) -- cgit v1.2.3