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 077772FCC5 for ; Sat, 8 Jun 2019 15:54:30 -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 t48NKRXuzUy2 for ; Sat, 8 Jun 2019 15:54:29 -0400 (EDT) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 B2E592F592 for ; Sat, 8 Jun 2019 15:54:29 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 1/1] swim: do not return raw member tt_uuid pointer References: <2945a5540305ff711c80ff6b80e42f3d95b840a8.1559506757.git.v.shpilevoy@tarantool.org> <20190608140927.GF31327@atlas> From: Vladislav Shpilevoy Message-ID: <4ce3bd21-8bff-9c24-a59e-36bf4535b7ba@tarantool.org> Date: Sat, 8 Jun 2019 21:54:32 +0200 MIME-Version: 1.0 In-Reply-To: <20190608140927.GF31327@atlas> 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, Konstantin Osipov Pushed to the master. On 08/06/2019 17:09, Konstantin Osipov wrote: > * Vladislav Shpilevoy [19/06/03 14:34]: >> When a member is deleted, pointer at its struct tt_uuid becomes >> invalid. This commit makes member:uuid() create a new tt_uuid >> object, cached for subsequent calls. > > lgtm. > > >