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 1pcxhE-0007xe-7H for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Mar 2023 00:11:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pcxhC-0008SW-UY for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Mar 2023 00:11:46 +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 1pcxhC-0008SN-LM for pgsql-hackers@lists.postgresql.org; Fri, 17 Mar 2023 00:11:46 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pcxh8-0006WO-HA for pgsql-hackers@lists.postgresql.org; Fri, 17 Mar 2023 00:11:44 +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 32H0BbEi4037462; Thu, 16 Mar 2023 20:11:37 -0400 From: Tom Lane To: Amit Kapila cc: =?UTF-8?B?w5ZuZGVyIEthbGFjxLE=?= , "shiy.fnst@fujitsu.com" , PostgreSQL Hackers Subject: Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL In-reply-to: References: Comments: In-reply-to Amit Kapila message dated "Fri, 17 Mar 2023 05:38:50 +0530" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <4037460.1679011897.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Mar 2023 20:11:37 -0400 Message-ID: <4037461.1679011897@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Amit Kapila writes: > On Thu, Mar 16, 2023 at 9:33=E2=80=AFPM =C3=96nder Kalac=C4=B1 wrote: >>> and backpatch the fix for dropped column to PG10. > You can first submit the fix for dropped columns with patches till > v10. Once that is committed, then you can send the patches for > generated columns. Don't worry about v10 --- that's out of support and shouldn't get patched for this. regards, tom lane