Re: Added missing invalidations for all tables publication

2021-09-12 Thread Amit Kapila
On Sat, Sep 11, 2021 at 11:58 PM Tom Lane wrote: > > Amit Kapila writes: > > On Wed, Sep 8, 2021 at 7:57 AM houzj.f...@fujitsu.com > > wrote: > >> I found that the patch cannot be applied to back-branches(v10-v14) cleanly, > >> so, I generate the patches for back-branches. Attached, all the patc

Re: Added missing invalidations for all tables publication

2021-09-11 Thread Tom Lane
Amit Kapila writes: > On Wed, Sep 8, 2021 at 7:57 AM houzj.f...@fujitsu.com > wrote: >> I found that the patch cannot be applied to back-branches(v10-v14) cleanly, >> so, I generate the patches for back-branches. Attached, all the patches have >> passed regression test. > Pushed! Shouldn't the

Re: Added missing invalidations for all tables publication

2021-09-08 Thread Amit Kapila
On Wed, Sep 8, 2021 at 7:57 AM houzj.f...@fujitsu.com wrote: > > > From Mon, Sep 6, 2021 1:56 PM Amit Kapila wrote: > > > On Tue, Aug 31, 2021 at 8:54 PM vignesh C wrote: > > > > Thanks for the comments, the attached v3 patch has the changes for > > > > the same. > > > > > > > > > > I think this

RE: Added missing invalidations for all tables publication

2021-09-07 Thread houzj.f...@fujitsu.com
> From Mon, Sep 6, 2021 1:56 PM Amit Kapila wrote: > > On Tue, Aug 31, 2021 at 8:54 PM vignesh C wrote: > > > Thanks for the comments, the attached v3 patch has the changes for > > > the same. > > > > > > > I think this bug should be fixed in back branches (till v10). OTOH, as > > this is not rep

RE: Added missing invalidations for all tables publication

2021-09-07 Thread houzj.f...@fujitsu.com
From Mon, Sep 6, 2021 1:56 PM Amit Kapila wrote: > On Tue, Aug 31, 2021 at 8:54 PM vignesh C wrote: > > Thanks for the comments, the attached v3 patch has the changes for the > > same. > > > > I think this bug should be fixed in back branches (till v10). OTOH, as this > is not > reported by an

Re: Added missing invalidations for all tables publication

2021-09-05 Thread Amit Kapila
On Tue, Aug 31, 2021 at 8:54 PM vignesh C wrote: > > On Tue, Aug 31, 2021 at 2:00 PM Kyotaro Horiguchi > wrote: > > > > Thanks for the comments, the attached v3 patch has the changes for the same. > I think this bug should be fixed in back branches (till v10). OTOH, as this is not reported by an

Re: Added missing invalidations for all tables publication

2021-08-31 Thread vignesh C
b3af317f423296a66b09632474e82f9395240 Mon Sep 17 00:00:00 2001 From: Vignesh C Date: Mon, 30 Aug 2021 22:29:07 +0530 Subject: [PATCH v3] Added missing invalidations for all tables publication. Relation invalidation was missing in case of create publication and drop publication of "FOR ALL TAB

Re: Added missing invalidations for all tables publication

2021-08-31 Thread Kyotaro Horiguchi
At Tue, 31 Aug 2021 08:31:05 +0530, vignesh C wrote in > On Tue, Aug 31, 2021 at 7:40 AM houzj.f...@fujitsu.com > wrote: > Thanks for the comment, I have slightly modified the test case which > will fail without the patch. Attached v2 patch which has the changes > for the same. The test works f

Re: Added missing invalidations for all tables publication

2021-08-30 Thread vignesh C
ults after applying the patch ? Thanks for the comment, I have slightly modified the test case which will fail without the patch. Attached v2 patch which has the changes for the same. Regards, Vignesh From 3b7fc6828efa979cbf8a89f47d3c4e4f1fb5041a Mon Sep 17 00:00:00 2001 From: Vignesh C Date

RE: Added missing invalidations for all tables publication

2021-08-30 Thread houzj.f...@fujitsu.com
From Tuesday, August 31, 2021 1:10 AM vignesh C wrote: > Hi, > > Relation invalidation was missing in case of create publication and drop > publication of "FOR ALL TABLES" publication, added so that the publication > information can be rebuilt. Without these invalidation update/delete > operation

Added missing invalidations for all tables publication

2021-08-30 Thread vignesh C
gnesh From fd58e547c22723856a2f18c306b17ab6e59cddb1 Mon Sep 17 00:00:00 2001 From: Vignesh C Date: Mon, 30 Aug 2021 22:29:07 +0530 Subject: [PATCH v1] Added missing invalidations for all tables publication. Relation invalidation was missing in case of create publication and drop publication of "FOR ALL TABL