Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uAiHo-001BsS-T5 for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 04:46:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uAiHm-0078ZV-O8 for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 04:46:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uAiHm-0078ZN-F0 for pgsql-hackers@lists.postgresql.org; Fri, 02 May 2025 04:46:07 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uAiHj-000eRL-11 for pgsql-hackers@lists.postgresql.org; Fri, 02 May 2025 04:46:07 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 5424k0pJ1818957; Fri, 2 May 2025 00:46:00 -0400 From: Tom Lane To: Xuneng Zhou cc: vignesh C , Amit Kapila , Dilip Kumar , pgsql-hackers@lists.postgresql.org Subject: Re: Add an option to skip loading missing publication to avoid logical replication failure In-reply-to: References: <1230066.1745992333@sss.pgh.pa.us> Comments: In-reply-to Xuneng Zhou message dated "Fri, 02 May 2025 12:41:02 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1818955.1746161160.1@sss.pgh.pa.us> Date: Fri, 02 May 2025 00:46:00 -0400 Message-ID: <1818956.1746161160@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Xuneng Zhou writes: > Is this an expected behavior? I'm wondering that too. I don't see how the repro method Vignesh describes could correspond to a simple timing issue. It smells like there's a bug here somewhere. regards, tom lane