Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erVnT-0004am-HM for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Mar 2018 21:31:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1erVnQ-0005JD-UN for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Mar 2018 21:31:24 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erVkA-0004WV-CV for pgsql-hackers@lists.postgresql.org; Thu, 01 Mar 2018 21:28:02 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erVk7-0004Ju-FG for pgsql-hackers@postgresql.org; Thu, 01 Mar 2018 21:28:01 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 2536320FC7; Thu, 1 Mar 2018 16:27:58 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Thu, 01 Mar 2018 16:27:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=/jBsnSm4JUzQcJn4wXkK9Ee7L6AIt 9XaPa7NiwjnhXU=; b=GCahVb6XkBooEQwTB/r0POnaeLXUaX/Xrz5CA/MOvL/4W oU1RbS2Cz7W8TxjJOF21RC+yoj+Rok2gpwdcWCs0GI0C7QzIR8aiC+dXUcPZ+xmN 8XJQyXyFOdk1pBPwzvc+iZTyDrOh5VJL/UbXR6NwtgjLVvhLYLh3DjnS0vE85W2f UZSzqRBP3wU9049p1uy0x8r33dl07hMnbG8b2T7In17PG0krrjGa44GwACsZm2f0 hec+4Aevb2kZ/Sa9hB1p0AI9QaeHMtGKPH1bGH80Y+gpfBxZFEoVL8z9FZcBlEaP b5KlTIaan3cAGQZnDEM2OUPueizz70A5cgnob5Hvg== X-ME-Sender: Received: from intern.anarazel.de (unknown [136.24.76.189]) by mail.messagingengine.com (Postfix) with ESMTPA id D2A3B24108; Thu, 1 Mar 2018 16:27:57 -0500 (EST) Date: Thu, 1 Mar 2018 13:27:56 -0800 From: Andres Freund To: Erik Rijkers Cc: Euler Taveira , pgsql-hackers Subject: Re: row filtering for logical replication Message-ID: <20180301212756.dfju64p3este35o2@alap3.anarazel.de> References: <34fa0f1d44222c4c8e2b9552e3fa423a@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <34fa0f1d44222c4c8e2b9552e3fa423a@xs4all.nl> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi, On 2018-03-01 16:27:11 +0100, Erik Rijkers wrote: > Very, very useful. I really do hope this patch survives the > late-arrival-cull. FWIW, I don't think it'd be fair or prudent. There's definitely some issues (see e.g. Craig's reply), and I don't see why this patch'd deserve an exemption from the "nontrivial patches shouldn't be submitted to the last CF" policy? - Andres