[arvados] updated: 2.1.0-3029-g5e3a6c32d
git repository hosting
git at public.arvados.org
Mon Nov 21 14:30:39 UTC 2022
Summary of changes:
services/api/app/models/arvados_model.rb | 1 -
1 file changed, 1 deletion(-)
via 5e3a6c32deb39429cd85898b63562b5ae49a9524 (commit)
from 924f8f6c13c06afc8a83168929b249e0e8fa7d18 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5e3a6c32deb39429cd85898b63562b5ae49a9524
Author: Tom Clegg <tom at curii.com>
Date: Mon Nov 21 09:20:31 2022 -0500
19698: Remove redundant savepoint.
The existing savepoint is still valid here. Creating another with the
same name is wasteful.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/services/api/app/models/arvados_model.rb b/services/api/app/models/arvados_model.rb
index 9c03c03a6..a369292fb 100644
--- a/services/api/app/models/arvados_model.rb
+++ b/services/api/app/models/arvados_model.rb
@@ -520,7 +520,6 @@ class ArvadosModel < ApplicationRecord
end
end
- conn.exec_query 'SAVEPOINT save_with_unique_name'
retry
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list