Do not release locks in LogTransactionRecord

pull/1505/merge
Marco Slot 2017-07-21 16:22:39 +02:00
parent 88702ca58a
commit 3d7f79127d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ LogTransactionRecord(int groupId, char *transactionName)
CommandCounterIncrement();
/* close relation and invalidate previous cache entry */
heap_close(pgDistTransaction, RowExclusiveLock);
heap_close(pgDistTransaction, NoLock);
}