Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1isD96-0008Jr-9k for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Jan 2020 21:57:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1isD92-00012R-9C for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Jan 2020 21:57:40 +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_SHA1:256) (Exim 4.89) (envelope-from ) id 1isD91-00012J-SQ for pgsql-hackers@lists.postgresql.org; Thu, 16 Jan 2020 21:57:40 +0000 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1isD8y-0004Vx-Bq for pgsql-hackers@lists.postgresql.org; Thu, 16 Jan 2020 21:57:39 +0000 Received: by mail-wr1-x441.google.com with SMTP id w15so20756352wru.4 for ; Thu, 16 Jan 2020 13:57:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ZCEgLCGuHLElQqDl9WHVn7xt+9f7pSbREMsW1mE/lqk=; b=CtrIJ7wdzlQwN2hFv+5dEnjwYCgnMQq4VhSNBWEKVFadYjQRkEcQAo6vhrXeY6rkBi LWIcPHr0BQnlUNcJEKvEAax2E08Eju5ImRnVBTq4QuyxHDH4cC1yOB9EHVLMlgnabLdS IRkYf3yHDLAeakSd1moq14xxI8alWlclEpq7fSy9E7pgRiIApq5cSXWtf8SWxPrqq0zS nhRP8bUI4deoqOgFzB9ii6m7LnhfCAWQCZYqTl3HARe21JpU6JfLcpg/f352Co4uFW8d 3ZskARKwdx87Jr3MkDrshq1O1sXeiVXNTLUQZ8QocrCEcqa/oeyo5DEnP90e5M5E4TLy vCdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ZCEgLCGuHLElQqDl9WHVn7xt+9f7pSbREMsW1mE/lqk=; b=cpUYaPqJsGGYQBG0QnxGBiL2pb5kK+4N0aW8lLpuHog902MyYaLw/hfxq1RGySgKTi LltysF+x2HfkjwWn8vn0J2Br4v+dIvr/XbZnvHjZy3veqTcZWiDladS/cVy5BytQ5ajm G26ADJH12JNpBVJnDBWakAm2G7NZOOSeI+bONvsjJFmNKHbQYZxv8Bg75h17zCRwlmJO m1aQ3DidErH0BOI6zzxbYosJ/TfhXxDzsVoC5in1sTzcL99VaGVRVFdLil1IAc/85HLD K9rWuvvLYqvrkEDAuJMKn4ENosfCiyAZxHXJMXiboX5XauLrtUcMWQCVIdbhWv6MNDC4 HETA== X-Gm-Message-State: APjAAAVVwCgXdENszIPFvz+6kVQbfQX+n1RAWoCFIYbOgokgH9sHcdrO W4+mnwWUCOzWm6tOHgfoVjddPg== X-Google-Smtp-Source: APXvYqwBc0+1CciC3TRmMzd3qkmpdokErToSeB8H1qjkWJisla2JsFIEva+3S1/7L0unpoRNkdpzkw== X-Received: by 2002:adf:f581:: with SMTP id f1mr5579922wro.264.1579211855322; Thu, 16 Jan 2020 13:57:35 -0800 (PST) Received: from localhost (ip-86-49-253-92.net.upcbroadband.cz. [86.49.253.92]) by smtp.gmail.com with ESMTPSA id p18sm6397845wmg.4.2020.01.16.13.57.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Jan 2020 13:57:32 -0800 (PST) Date: Thu, 16 Jan 2020 22:57:30 +0100 From: Tomas Vondra To: Michael Paquier Cc: Amit Langote , Euler Taveira , movead li , PostgreSQL Hackers Subject: Re: row filtering for logical replication Message-ID: <20200116215730.vq6ark7uycmvwxtx@development> References: <156921474237.1442.4182373664494053231.pgcf@coridan.postgresql.org> <20191128023201.GH237562@paquier.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20191128023201.GH237562@paquier.xyz> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Thu, Nov 28, 2019 at 11:32:01AM +0900, Michael Paquier wrote: >On Mon, Nov 25, 2019 at 11:48:29AM +0900, Amit Langote wrote: >> On Mon, Nov 25, 2019 at 11:38 AM Amit Langote wrote: >>> Needed to be rebased, which I did, to be able to test them; patches attached. >> >> Oops, really attached this time. > >Euler, this thread is waiting for input from you regarding the latest >comments from Amit. Euler, this patch is still in "waiting on author" since 11/25. Do you plan to review changes made by Amit in the patches he submitted, or what are your plans with this patch? regards -- Tomas Vondra http://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services