Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 46ad5a3

Browse files
committed
use csv in trace
1 parent 9a03b87 commit 46ad5a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

multimaster.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
#endif
3434

3535
#define MTM_TXTRACE(tx, event) \
36-
fprintf(stderr, "[MTM_TXTRACE] [%s] [%lld] %s\n", tx->gid, (long long)MtmGetSystemTime(), event)
36+
fprintf(stderr, "[MTM_TXTRACE], %s, %lld, %s\n", tx->gid, (long long)MtmGetSystemTime(), event)
37+
3738
#define MULTIMASTER_NAME "multimaster"
3839
#define MULTIMASTER_SCHEMA_NAME "mtm"
3940
#define MULTIMASTER_DDL_TABLE "ddl_log"

tests2/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
pg_dst: "{{pg_prefix}}/install"
1010
pg_datadir: "{{pg_prefix}}/data_{{pg_port}}"
1111
pg_repo: https://github.com/postgrespro/postgres_cluster.git
12-
pg_version_tag: master
12+
pg_version_tag: txtrace
1313
pg_destroy_and_init: true
1414
makejobs: 4
1515

0 commit comments

Comments
 (0)