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 1oDboo-000094-4H for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Jul 2022 01:14:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oDbom-0008Lb-O6 for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Jul 2022 01:14:32 +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 1oDbom-0008LR-Ed for pgsql-hackers@lists.postgresql.org; Tue, 19 Jul 2022 01:14:32 +0000 Received: from mail-pl1-x62f.google.com ([2607:f8b0:4864:20::62f]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oDboj-0002zl-Rq for pgsql-hackers@lists.postgresql.org; Tue, 19 Jul 2022 01:14:32 +0000 Received: by mail-pl1-x62f.google.com with SMTP id k19so10582250pll.5 for ; Mon, 18 Jul 2022 18:14:29 -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=zVwaG1lxYNdFjQiaiHpSIcsQz5i4adRcFSaWwI3S6G0=; b=MS4RtAFldtLqpfSym4NkuplJ33MfzW9CuP3Po339wqV8rs3WnIJ84XSwRB7iDZxdpu 3dTpGOxPUm7RVisGUxLjPPih+1yFQ7Icom6OPcOJbV6oZU7V0X/A3XKU5kLJTJfK4kPs U1ILo2ZQo1J2O5L3RWMLsbuBmhqNtSWfcbfz+aGitcKMxS1EGeZ40nAo/6KclPr45t4p Zpbf+pBSnj7EurVTV9ZFIrywvlfUnKCzRFyALiGEGsNRoFpx/geUT8VdXsna0yP9FwJX JO9ZFnxBNNTWByWwhMSf9noydk28+0xomoIJDBGkvfyK17+vB5oI+dYy3RCDD7GF5BtJ 0rpw== 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=zVwaG1lxYNdFjQiaiHpSIcsQz5i4adRcFSaWwI3S6G0=; b=6ZLSzXO1mGHgIHNApe6D7n4EtUGQBJU6KhwgfmGFWQNzGfNMQ7r+0M/CWFW9SINmM3 +McL6Q6Y85rUmdsmTh7/GULhxmtY1SAs1TJlCFd5jXzKRGX9aJyg0E9HNt+OPvpyAApa Z1l3Une56TK52MddGRdFY9PUxSII+GBYNPNiF8yJvhNmwsRpy5PriYN3U3twlq+ypb4r HbiAFQ6V5toiCrbVximphPFCfP5vkRgkpwPliLNMX64zqQAEAoQaI87SwmFzF6ic64Sg qnEbvVIPErHIcKt2OvsxM62c7nYOfoWc1XrCNf270O1v4CRQvFqL3RyVTQyUTeG3XFz3 t1Bw== X-Gm-Message-State: AJIora8lC7Uzu4iOtBkh+WJCEQBrN7O+x4fz9v2m6dWIXs+Vf4qoC9VX 6xpS7s/myC/WLsVy4xpq9KPeQhCddqdWvSO3PcA= X-Google-Smtp-Source: AGRyM1t3QEhxdyYOaYkY3xN7M3lJ7pYfuNOrMWApL1r8bbVX6yVsd+8SXcb4Azj2Tg8VJKXIoDa+Tto6tIKQtX40ibY= X-Received: by 2002:a17:90a:7c05:b0:1ee:e40c:589b with SMTP id v5-20020a17090a7c0500b001eee40c589bmr35603162pjf.78.1658193267585; Mon, 18 Jul 2022 18:14:27 -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: Masahiko Sawada Date: Tue, 19 Jul 2022 10:13:49 +0900 Message-ID: Subject: Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns To: "shiy.fnst@fujitsu.com" Cc: "osumi.takamichi@fujitsu.com" , Amit Kapila , 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 Mon, Jul 18, 2022 at 12:28 PM shiy.fnst@fujitsu.com wrote: > > On Fri, Jul 15, 2022 10:39 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? > > > > Thanks for updating the patch! > I have tested and confirmed that the problem I found has been fixed. Thank you for testing! Regards, -- Masahiko Sawada EDB: https://www.enterprisedb.com/