From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8EB28301EC for ; Fri, 31 May 2019 09:45:32 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ao3pCRAggw2i for ; Fri, 31 May 2019 09:45:32 -0400 (EDT) Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 459D030536 for ; Fri, 31 May 2019 09:45:32 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v4 3/4] box: introduce column_mask for ck constraint References: <16fabe763ee57c8cd5c807b24d0fc500ad5a8bae.1558014727.git.kshcherbatov@tarantool.org> <148cfacb-757b-0c4a-7b7d-efaa18c6ffac@tarantool.org> From: Kirill Shcherbatov Message-ID: Date: Fri, 31 May 2019 16:45:30 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org, Vladislav Shpilevoy >>> + sql_resolve_self_reference(&parser, space_def, NC_IsCheck, expr, NULL, >>> + column_mask); >> >> 2. Next to last argument 'expr_list' is always NULL. Please, drop it. > > I still do not see that argument dropped. Done. void sql_resolve_self_reference(struct Parse *parser, struct space_def *def, int type, struct Expr *expr)