mirror of https://github.com/citusdata/citus.git
Do not release locks in LogTransactionRecord
parent
88702ca58a
commit
3d7f79127d
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue