8000 Disable trace in pg_tsdtm · m99coder/postgres_cluster@63663e5 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63663e5

Browse files
committed
Disable trace in pg_tsdtm
1 parent 35ac561 commit 63663e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_tsdtm/pg_dtm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ typedef struct
7272
} DtmTransId;
7373

7474

75-
//#define DTM_TRACE(x)
76-
#define DTM_TRACE(x) fprintf x
75+
#define DTM_TRACE(x)
76+
//#define DTM_TRACE(x) fprintf x
7777

7878
static shmem_startup_hook_type prev_shmem_startup_hook;
7979
static HTAB* xid2status;

0 commit comments

Comments
 (0)
0