From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A389646970F for ; Fri, 22 Nov 2019 05:47:00 +0300 (MSK) From: Ilya Kosarev Date: Fri, 22 Nov 2019 05:46:48 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v5 0/8] refactoring: remove exceptions from triggers follow-ups List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org This patchset is a pack of follow-ups to finish clearing triggers from exceptions. It is based on review comments for the patches of the original "refactoring: remove exceptions from triggers" patchset. Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/gh-4247-remove-exceptions-from-triggers Issue: https://github.com/tarantool/tarantool/issues/4247 Ilya Kosarev (8): refactoring: wrap new operator calls in triggers refactoring: specify struct name in allocation diagnostics refactoring: recombine error conditions in triggers refactoring: set diagnostics if sequence_by_id fails refactoring: clear triggers from fresh exceptions refactoring: update comment for index_def_check_tuple refactoring: remove redundant line in txn_alter_trigger_new refactoring: remove try..catch wrapper around trigger->run src/box/alter.cc | 192 +++++++++++++++++++++++++--------------- src/box/user.cc | 2 +- src/lib/core/trigger.cc | 25 ++---- src/lua/trigger.c | 2 +- 4 files changed, 133 insertions(+), 88 deletions(-) -- 2.17.1