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 1nR4Bc-0005a0-P3 for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Mar 2022 03:37:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nR4Bb-0004QG-90 for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Mar 2022 03:37:27 +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 1nR4Ba-0004Q7-Tb for pgsql-hackers@lists.postgresql.org; Mon, 07 Mar 2022 03:37:26 +0000 Received: from mail-qv1-xf33.google.com ([2607:f8b0:4864:20::f33]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nR4BY-0004h0-TB for pgsql-hackers@lists.postgresql.org; Mon, 07 Mar 2022 03:37:26 +0000 Received: by mail-qv1-xf33.google.com with SMTP id jr3so11115194qvb.11 for ; Sun, 06 Mar 2022 19:37:24 -0800 (PST) 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=JA2YjrOxpl/4nr0gcjYSjhFYceqOq47034WntnrSYLU=; b=Ij/rkvhIP35MSYGa/eBRnimtiBqhhIuEDlORmczWshk53m5ppdyypoBHdqXMp1AAgF 4iDtD/7nDoRxX1jJA5PLv7DxP0OPnlWxSy9oAwjl1Ehk3/hdY0oCmTyn3R1TjLV6jEPI Uii856Mc6vk0GlYDvhq+20VJEXWGz+w6ZypoXcIZvCFfobbtO7OWj3GdTrJrf5jF3+QS TcgtY2ZhnKlA5M2U5j5EtH3P893RgUeqQmccFqXSuxO8+v3/4Q8hJcXLdc4pKGzs2vEn dFmrLjFf9iZ9rzSB52+oAXvjMak1X2Kfy2wvy7h0uaV+1oxTjF27EiZ2aPB8NQGWkn55 k3kg== 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=JA2YjrOxpl/4nr0gcjYSjhFYceqOq47034WntnrSYLU=; b=quNKTiQbc7A2w7sunoMpc+yXVS2GZ38GZpLfhHS6ZrA6QP20dkZSnhcuqPSr6/pKR/ gedZy1/8PaMxw649nU0dY3A6EndRHH67K3scC2uoT2WBGcAc8lmHgN4ot6eeY1lMQYX+ kHFghs6yqgbuOCM27GXYNoepuuRSbz2xltoyey8n84xaSRQBr91t2jTAviN5L8vIEKBd 1VVRzvQMsRJR6QRubcgVU50Z8HxkcJjJzD+S20CHQDRyEeFxmjJOfkhKiknJGvjywobL NIVuQiFQkv5AldynGP3v2kb+qiiIi/rJ7FZ6C/G4/BnHB3z/AgE8GX4wd4EYJpM3CEb8 9ERw== X-Gm-Message-State: AOAM5319+3Px/4OLYvwMni6RXiE8C1L/8bI1cG135u7OFi2BtRxzLq6q a5E23N2F4INWeJgmC7ST0q8hsgT/OtgAtDUhtYU= X-Google-Smtp-Source: ABdhPJxDiZCBH5ViON/oNIiyVoZXL+aUFegrmcLCTjc9q38m9g9SzXfVX+n6BdxT6zg+5dzqFnqTpw/EdtK1gcP0pXY= X-Received: by 2002:ad4:5ecf:0:b0:435:4ebd:881d with SMTP id jm15-20020ad45ecf000000b004354ebd881dmr6734799qvb.41.1646624243011; Sun, 06 Mar 2022 19:37:23 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Peter Smith Date: Mon, 7 Mar 2022 14:37:02 +1100 Message-ID: Subject: Re: Handle infinite recursion in logical replication setup To: vignesh C Cc: "kuroda.hayato@fujitsu.com" , PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk FYI, the v2 patch did not apply to HEAD [postgres@CentOS7-x64 oss_postgres_misc]$ git apply ../patches_misc/v2-0001-Skip-replication-of-non-local-data.patch --verbose ... error: patch failed: src/backend/replication/slotfuncs.c:231 error: src/backend/replication/slotfuncs.c: patch does not apply ------ Kind Regards, Peter Smith. Fujitsu Australia.