Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL
Önder Kalacı <onderkalaci@gmail.com>
From: Önder Kalacı <onderkalaci@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: "shiy.fnst@fujitsu.com" <shiy.fnst@fujitsu.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-21T08:51:20Z
Lists: pgsql-hackers
Attachments
- v1-0001-HEAD-Ignore-generated-columns-during-apply-of-update-d.patch (application/octet-stream) patch v1-0001
- v1-0001-REL_15-Ignore-generated-columns-during-apply-of-update-d.patch (application/octet-stream) patch v1-0001
- v1-0001-REL_14-REL_13-Ignore-generated-columns-during-apply-of-update-d.patch (application/octet-stream) patch v1-0001
- v1-0001-REL_12-Ignore-generated-columns-during-apply-of-update-d.patch (application/octet-stream) patch v1-0001
Hi Amit, Shi Yu Now attaching the similar patches for generated columns. Thanks, Onder KALACI Amit Kapila <amit.kapila16@gmail.com>, 21 Mar 2023 Sal, 09:07 tarihinde şunu yazdı: > On Mon, Mar 20, 2023 at 6:28 PM Amit Kapila <amit.kapila16@gmail.com> > wrote: > > > > On Mon, Mar 20, 2023 at 2:58 PM Önder Kalacı <onderkalaci@gmail.com> > wrote: > > > > > > > > > I applied all patches for all the versions, and re-run the > subscription tests, > > > all looks good to me. > > > > > > > LGTM. I'll push this tomorrow unless there are more comments. > > > > Pushed. > > -- > With Regards, > Amit Kapila. >
Commits
-
Ignore generated columns during apply of update/delete.
- adedf54e659e 16.0 landed
- b6bf90edcd2f 15.3 landed
- 9dac02c77258 14.8 landed
- be52fff91dc9 13.11 landed
- 0f2d4adbf85f 12.15 landed
-
Ignore dropped columns during apply of update/delete.
- b797def5951f 16.0 landed
- 3c12407f4cf7 15.3 landed
- 65ead76961a4 14.8 landed
- 751d6676daf3 13.11 landed
- fc63e6ba8670 12.15 landed
- 4cdaea7a2119 11.20 landed