The GUC was missing a space at the end, so the log lines looke like
...,global_session=coord1_8874STATEMENT: ...
which is not particularly readable. With the fix it's
...,global_session=coord1_8874 STATEMENT: ...
* Set sequence_range to 1 for deterministic results
*/
fputs("sequence_range = 1\n", pg_conf);
- fputs("log_line_prefix = \'\%t [\%p]:xid[\%x-\%v] remote=\%R,coord=\%C,global_session=\%S\'\n", pg_conf);
+ fputs("log_line_prefix = \'\%t [\%p]:xid[\%x-\%v] remote=\%R,coord=\%C,global_session=\%S \'\n", pg_conf);
/* Set GTM connection information */
fputs("gtm_host = 'localhost'\n", pg_conf);