Changeset: 225a328147b3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/225a328147b3
Modified Files:
sql/storage/bat/bat_storage.c
Branch: Jan2022
Log Message:
Remove redundant condition.
diffs (12 lines):
diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -2683,7 +2683,7 @@ bind_del_data(sql_trans *tr, sql_table *
if (obat->cs.ts != tr->tid)
if (!tr->parent || !tr_version_of_parent(tr, obat->cs.ts))
- if (obat->cs.ts >= TRANSACTION_ID_BASE &&
!isTempTable(t)) {
+ if (obat->cs.ts >= TRANSACTION_ID_BASE) {
/* abort */
if (clear)
*clear = true;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]