From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 57488430407 for ; Mon, 17 Aug 2020 11:03:05 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id v12so16431145ljc.10 for ; Mon, 17 Aug 2020 01:03:05 -0700 (PDT) Date: Mon, 17 Aug 2020 11:03:03 +0300 From: Cyrill Gorcunov Message-ID: <20200817080303.GI2074@grain> References: <20200815083851.GD2074@grain> <5618a6d1-1b65-a24e-e6d9-6332882f3fdb@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5618a6d1-1b65-a24e-e6d9-6332882f3fdb@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v7 9/8] txn: txn_add_redo -- drop synchro processing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tml On Sat, Aug 15, 2020 at 05:06:09PM +0200, Vladislav Shpilevoy wrote: > > xrow_header_dup_body() can be deleted now. Thanks!