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 1oDI80-0001HL-Gv for pgsql-hackers@arkaria.postgresql.org; Mon, 18 Jul 2022 04:13:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oDI7x-0003kC-T9 for pgsql-hackers@arkaria.postgresql.org; Mon, 18 Jul 2022 04:13:01 +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 1oDI7x-0003jZ-ID for pgsql-hackers@lists.postgresql.org; Mon, 18 Jul 2022 04:13:01 +0000 Received: from mail-yb1-xb32.google.com ([2607:f8b0:4864:20::b32]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oDI7r-0006uN-8N for pgsql-hackers@lists.postgresql.org; Mon, 18 Jul 2022 04:13:01 +0000 Received: by mail-yb1-xb32.google.com with SMTP id h62so18766873ybb.11 for ; Sun, 17 Jul 2022 21:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Jdszwg62X93RN3bWKk++GY81x4kpEy3dQlbS9hNyDHw=; b=G4Q0ZJEQSqwZt3Ig+b240ekLgqOmRn6xJPnZ+rPDh0sukK1KV0POxQ42oUqdIKkDp2 VMoGuBCJTbfJkR5ks4k5RjPakfjCtbCZyuROox/q93bmEpO1e12xGDe9XYenAlPe0YP5 UZXOHBIarY0QU+dydGZdZgG7c6wuIn7ZaVJ7OCxAaIxpYUrKIT3fEJ6Vgj36fUFwGmYA xDvorMqTlTrho1q9oI48qYyOvrhFfCfXxt+WJfzRtMoR8F/UFKlauG4g59xxU/21LdkN hc5cRgsTp8qEWKBuurSI7+47ydt242RNf7fJ+FZrp0/ai27WQitGC24/LD4L5fXSvcMN Wqmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Jdszwg62X93RN3bWKk++GY81x4kpEy3dQlbS9hNyDHw=; b=cdIb7Jh6APNnD0nMvZOv82GXd/op7SfX36at7gPha11arKC3ib6S9uCBiAOdd9eyJ7 RuQghMDzKP1/YRt1L4eILMcvEhVE9KezasFQCaRLrwKZZLJdLgFGMepBnXRmshj8KdPp /dHoknmmhIiZf/hKfjMN+ERvYnVjMyfahbWwFHh+CekhinmOHDD6ETmzd/AANUaVXXZu fLFoerURB/iPD9VMwvv/wUjz6c8+0xodaXVGb7EWK0fujrWBfAR7wiSu+KBmDhf2MtGT ts33smOyOMzq0rIcNFLOCtJrT70akwGxcNH36IHPReTKagAtV/jX90TfyWvypdYBf17x nYOw== X-Gm-Message-State: AJIora++u+rqlRQ38lF57nw6heFADK84cqpgnHBeg1sqC+hdDVogB5mD nd32YKwzSY32Kggpo3r6nk8TBPKTcI6o02N7PZc= X-Google-Smtp-Source: AGRyM1to8RFB3wYtLw9ETrkmwxHc5sVIwa2FDmKq/mbjj6YhUKpzvAP1s9EqguL8dP+DoSRJutbkSECW7q3qRJH4nr4= X-Received: by 2002:a5b:a46:0:b0:66d:f778:94cf with SMTP id z6-20020a5b0a46000000b0066df77894cfmr25251314ybq.578.1658117573266; Sun, 17 Jul 2022 21:12:53 -0700 (PDT) MIME-Version: 1.0 References: <20211008.165055.1621145185927268721.horikyota.ntt@gmail.com> <20220523.133323.444599955292141474.horikyota.ntt@gmail.com> In-Reply-To: From: Amit Kapila Date: Mon, 18 Jul 2022 09:42:42 +0530 Message-ID: Subject: Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns To: Masahiko Sawada Cc: "osumi.takamichi@fujitsu.com" , Kyotaro Horiguchi , "Drouvot, Bertrand" , PostgreSQL Hackers , "Oh, Mike" Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Jul 15, 2022 at 8:09 PM Masahiko Sawada wrote: > > This patch should have the fix for the issue that Shi yu reported. Shi > yu, could you please test it again with this patch? > Can you explain the cause of the failure and your fix for the same? -- With Regards, Amit Kapila.