From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp32.i.mail.ru (smtp32.i.mail.ru [94.100.177.92]) (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 BE7A4452566 for ; Wed, 13 Nov 2019 19:02:04 +0300 (MSK) Date: Wed, 13 Nov 2019 19:02:03 +0300 From: Kirill Yukhin Message-ID: <20191113160203.4zxrnc64eqgfxwix@tarantool.org> References: <20191113133416.dtdgl63r7erfwfht@tarantool.org> <20191113134955.18596-1-i.kosarev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191113134955.18596-1-i.kosarev@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] refactoring: remove exceptions from fk_constraint_def_new_from_tuple List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Kosarev Cc: tarantool-patches@dev.tarantool.org Hello, On 13 ноя 16:49, Ilya Kosarev wrote: > fk_constraint_def_new_from_tuple is used in > on_replace_dd_fk_constraint therefore it has to be cleared from > exceptions. Now it doesn't throw any more. It means we also need > to clear from exceptions it's subsidiary function: decode_fk_links. > Their usages are updated. Some _xc functions, not needed any more, > are removed. > > Part of #4247 You forgot to re-push the branch. Anyway, I've checked your patch into master. -- Regards, Kirill Yukhin