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 8D19928079 for ; Fri, 15 Feb 2019 09:47:05 -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 r3LYHqCudM0m for ; Fri, 15 Feb 2019 09:47:05 -0500 (EST) Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 E174A27C97 for ; Fri, 15 Feb 2019 09:47:04 -0500 (EST) Received: by smtp58.i.mail.ru with esmtpa (envelope-from ) id 1guela-0008I0-KB for tarantool-patches@freelists.org; Fri, 15 Feb 2019 17:47:02 +0300 Date: Fri, 15 Feb 2019 17:47:02 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: remove struct Table Message-ID: <20190215144702.k3pqdvnshzbbmukv@tarantool.org> References: <4c2b87b5-9e83-f96f-4350-edf7a12e5593@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4c2b87b5-9e83-f96f-4350-edf7a12e5593@tarantool.org> 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 Hello, On 28 Jan 12:54, Ivan Koptelov wrote: > Completely removes struct Table. Also the > patch simplifies memory management as in > many cases struct space (which replaces > struct Table) is allocated on region > and shouldn't be explicitly freed. > > Closes #3235 > --- > Branch: [1]https://github.com/tarantool/tarantool/tree/sudobobo/gh-3235-repl-Table-w-space > Issue: [2]https://github.com/tarantool/tarantool/issues/3235 I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin