Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1osm7q-00023l-L2 for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Nov 2022 14:32:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1osm7o-0001Oq-KC for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Nov 2022 14:32:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1osm7o-0001Hb-AH for pgsql-hackers@lists.postgresql.org; Wed, 09 Nov 2022 14:32:20 +0000 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1osm7h-0008Gt-MK for pgsql-hackers@postgresql.org; Wed, 09 Nov 2022 14:32:19 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 927C032003D3; Wed, 9 Nov 2022 09:32:10 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 09 Nov 2022 09:32:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; t=1668004330; x=1668090730; bh=e +VHTvch4YAIvc5JN/yKjZm/7d95t0VXwdfmKwrQhOg=; b=iVkTG7S0UmG53dMes xsEuhH4Lm4pcge33bl7SKEZNg7CqXNH3NsgJkvc81RN+Ivk3WTBcqoNOQMRLdwUm xJAVh/PRqTxhHwpPTBir1tBTr4Saz/F/BzyE/AFymu+aBx7GOdx3zE+sbDl0BW08 wAOGV/FFcePvCuKRNem3LCkyT4cexezvBjZ8rMIvOch7B6M5WG8OHPcd88v6lqKU 3sT5iqoHip4WFxOOxR4Nkr1dTKIfZwfL/FEbv0EEzPITqGt5FGdhe5+2tDXWbUjb mC/TqN8kyiHWBRn+n2nR2yeGCF3z/wJMLBhPPUG4mb8uzdbbJXMKXvMcJYJKw5Wr wZNHQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvgedrfedvgdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvvefukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhvrghr ohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhgqe enucggtffrrghtthgvrhhnpedvkedtffduffdtffffheffhfejjefhgfeiueeukeejkeff gfdufffhudffffeuveenucffohhmrghinhepvghnthgvrhhprhhishgvuggsrdgtohhmne cuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprghlvhhh vghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 9 Nov 2022 09:32:09 -0500 (EST) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 8407B40B; Wed, 9 Nov 2022 15:32:07 +0100 (CET) Date: Wed, 9 Nov 2022 15:32:07 +0100 From: Alvaro Herrera To: Justin Pryzby Cc: Bharath Rupireddy , David Christensen , Ian Lawrence Barwick , Michael Paquier , Matthias van de Meent , pgsql-hackers@postgresql.org Subject: Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL Message-ID: <20221109143207.me7xnbak72ri365e@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221109141446.GN3775@telsasoft.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2022-Nov-09, Justin Pryzby wrote: > On Wed, Nov 09, 2022 at 06:00:40PM +0530, Bharath Rupireddy wrote: > > 1. For ease of review, please split the test patch to 0002. > > This is just my opinion, but .. why ? Since it's easy to > filter/skip/display a file, I don't think it's usually useful to have > separate patches for tests or docs. I concur with Justin. When a patch is bugfix and a test is added that verifies it, I like to keep the test in a separate commit (for submit purposes and in my personal repo -- not for the official push!) so that I can git-checkout to just the test and make sure it fails ahead of pushing the fix commit. But for a new feature, there's no reason to do so. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/