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 1nCfFX-00021t-Su for pgsql-hackers@arkaria.postgresql.org; Wed, 26 Jan 2022 10:10:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nCfFV-0003hU-KI for pgsql-hackers@arkaria.postgresql.org; Wed, 26 Jan 2022 10:09:57 +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 1nCfFU-0003go-GS for pgsql-hackers@lists.postgresql.org; Wed, 26 Jan 2022 10:09:57 +0000 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCfFQ-0002pR-N1 for pgsql-hackers@lists.postgresql.org; Wed, 26 Jan 2022 10:09:55 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 9B3023200C20; Wed, 26 Jan 2022 05:09:49 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 26 Jan 2022 05:09:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=HvXgv3TX/Jv9Z/XPGyHZk8WHLY8Pd2SE6RJPX6WVd io=; b=Hn2F01+/Unapwsj3sjRF1bIz+/ViFdRf9sGZR7iS/+S1dWtuEF7W6JGBz r72lbsxCVwOiWh3wqrZM2DK7OVeNvKfYvOlaF2tvnh4X2uO/T6JliDWEcgbU6deV WsAu3maWMCdMe6ApXgKYTlifnaDWHOKjn2B89ZXIYkc9OUFBkVmnKykKAf0o+kUY lZb/AfEemly/9GBb9s/wMB2eX3cYJvowz7UKxCOQbNk7kh0HhIPMEykSdNBTENAD ELY1e2MAGUhEenj0Rc19tozz/cgdW3FRsJEiROiVry4hEfA6vLn0/RKjwH7uXLZZ fC9npC1C2gA4qDdty5H8RyVjkEnLA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrfedugdduvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvghtvghr ucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrh hprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeefjeegheetuefhveevudel ueeftdejteeiffetvdduhfdtieefgfeutedtveeggfenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 26 Jan 2022 05:09:47 -0500 (EST) Message-ID: <32540e16-fab6-f790-b99b-5a8fca8bde52@enterprisedb.com> Date: Wed, 26 Jan 2022 11:09:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: logical decoding and replication of sequences Content-Language: en-US To: Tomas Vondra , Amit Kapila Cc: PostgreSQL Hackers , Petr Jelinek References: <3d6df331-5532-6848-eb45-344b265e0238@enterprisedb.com> <482c10c1-b110-819f-b0e7-17549fa2f0dc@enterprisedb.com> <12a9ecd6-4edb-a367-33da-4e2d03b0aace@enterprisedb.com> <2cd38bab-c874-8e0b-98e7-d9abaaf9806a@enterprisedb.com> <118b249f-e4ef-2faf-8e25-dd25236dc964@enterprisedb.com> <90b4e402-3f07-14f4-deca-5eaca31f70a3@enterprisedb.com> <22aef14d-0ea1-9044-c2e7-29f88762eaec@enterprisedb.com> From: Peter Eisentraut In-Reply-To: <22aef14d-0ea1-9044-c2e7-29f88762eaec@enterprisedb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 26.01.22 03:16, Tomas Vondra wrote: > Here's a rebased version of the patch series. I decided to go back to > the version from 2021/12/14, which does not include the changes to WAL > logging. I notice that test_decoding still has skip-sequences enabled by default, "for backward compatibility". I think we had concluded in previous discussions that we don't need that. I would remove the option altogether.