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 1F46425E0A for ; Wed, 20 Feb 2019 07:08:35 -0500 (EST) 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 91QCaSJWzKp1 for ; Wed, 20 Feb 2019 07:08:35 -0500 (EST) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 CF468221F8 for ; Wed, 20 Feb 2019 07:08:34 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: add space name in error message From: "n.pettik" In-Reply-To: Date: Wed, 20 Feb 2019 15:08:31 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: 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 Cc: Imeev Mergen , Kirill Yukhin > On 20 Feb 2019, at 12:47, imeevma@tarantool.org wrote: >=20 > This patch adds space name to descriptions of some of new errors. > Also it fixes name and description of a few errors. >=20 > Part of #3965 > --- > https://github.com/tarantool/tarantool/issues/3965 > = https://github.com/tarantool/tarantool/tree/imeevma/gh-3965-use-diag_set-t= o-describe-error Ok as obvious (error messages have been already discussed). Kirill, could you push this?=