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

Commit c5ff357

Browse files
committed
Turn off DTM, we will merge with it later.
1 parent 4feae40 commit c5ff357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/storage/ipc/ipci.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ CreateSharedMemoryAndSemaphores(bool makePrivate, int port)
272272
SyncScanShmemInit();
273273
AsyncShmemInit();
274274
BackendRandomShmemInit();
275-
DtmInitialize();
275+
/* Uncomment to turn on DTM */
276+
/* DtmInitialize(); */
276277

277278
#ifdef EXEC_BACKEND
278279

0 commit comments

Comments
 (0)