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 1n56zq-0003Mt-2B for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Jan 2022 14:10:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n56zn-00064w-6J for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Jan 2022 14:10:31 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n56zm-00064m-3S for pgsql-hackers@lists.postgresql.org; Wed, 05 Jan 2022 14:10:30 +0000 Received: from new2-smtp.messagingengine.com ([66.111.4.224]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n56zi-0001Hm-36 for pgsql-hackers@lists.postgresql.org; Wed, 05 Jan 2022 14:10:29 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 671A9580355; Wed, 5 Jan 2022 09:10:21 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 05 Jan 2022 09:10:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=EoJ/pjDG22NgkT2RXCnPCrLsCuBxjL8YsO/0/2s7Efg=; b=ipsKkoAz mtyomRAGbwPPIZtlOKlyiAgwVE5tMrVv8p5T+b0I+AV3rhRnKuFRPdF3uZGOnRS9 x8H3QJYMlQSJ/nxgepUhNq73nCVQxqHd4RXKHQMxDOKclHekvhGkMOTYxbOe6Xsx IL7jtbCoQdkP5nYtWXqIfQoy5eS0p10ck21Y8HAVNCLyU2IvJNKoMAxxrT+NtOlK t7rOtHwklADdExUc/sQvMfvtTT4oBzUaWoT5DG3n02evFtg+NB3GyhnHfZxTPqI2 kR+e5HJwmOwzVtTwWPDOiiUBh6EGynhyHR5KmraHf540DIeaZmKBVXnLYkWYa/ZV f5t6DHgmfNvbUA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrudefiedgfeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhvrghr ohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhgqe enucggtffrrghtthgvrhhnpedujeevjeffjeevuddutedvkeeiueeitddvieelfeekveej udefgeeuvdejhfeuleenucffohhmrghinhepvghnthgvrhhprhhishgvuggsrdgtohhmne cuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprghlvhhh vghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 5 Jan 2022 09:10:20 -0500 (EST) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 089CB2A073A; Wed, 5 Jan 2022 11:10:17 -0300 (-03) Date: Wed, 5 Jan 2022 11:10:17 -0300 From: Alvaro Herrera To: Peter Smith Cc: "houzj.fnst@fujitsu.com" , "tanghy.fnst@fujitsu.com" , Amit Kapila , Euler Taveira , Greg Nancarrow , vignesh C , Ajin Cherian , Dilip Kumar , Rahila Syed , Peter Eisentraut , =?utf-8?B?w5ZuZGVyIEthbGFjxLE=?= , japin , Michael Paquier , David Steele , Craig Ringer , Amit Langote , PostgreSQL Hackers Subject: Re: row filtering for logical replication Message-ID: <202201051410.za34b6zgpxvj@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk BTW I think it's not great to commit with the presented split. We would have non-trivial short-lived changes for no good reason (0002 in particular). I think this whole series should be a single patch, with the commit message being a fusion of messages explaining in full what the functional change is, listing all the authors together. Having a commit message like in 0001 where all the distinct changes are explained in separate sections with each section listing its own author, does not sound very useful or helpful. -- Álvaro Herrera Valdivia, Chile — https://www.EnterpriseDB.com/ "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end." (2nd Commandment for C programmers)