From 5e3a6c32deb39429cd85898b63562b5ae49a9524 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 21 Nov 2022 09:20:31 -0500 Subject: [PATCH] 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 --- services/api/app/models/arvados_model.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/services/api/app/models/arvados_model.rb b/services/api/app/models/arvados_model.rb index 9c03c03a60..a369292fb3 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 -- 2.30.2