From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 28 Mar 2019 19:28:19 +0300 From: Vladimir Davydov Subject: Re: [PATCH 0/6] vinyl: iterator cleanup Message-ID: <20190328162819.ifeezkb3hkulxobl@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: tarantool-patches@freelists.org List-ID: On Tue, Mar 26, 2019 at 06:50:28PM +0300, Vladimir Davydov wrote: > vinyl: txw iterator: fold eq check in seek method > vinyl: cache iterator: fold eq check in seek method > vinyl: cache iterator: consolidate curr_stmt updates > vinyl: run iterator: zap search_ended flag > vinyl: run iterator: refactor seek method > vinyl: simplify read iterator restoration behavior After some consideration I decided not to amend these patches with retval fixes as this is rather an independent change. Pushed to master as is. Added iterator retval cleanup to my todo list.