On Wed, 11 Sept 2024 at 10:05, Amit Kapila wrote:
>
> On Tue, Sep 10, 2024 at 2:16 PM Amit Kapila wrote:
> >
> > On Tue, Sep 10, 2024 at 11:36 AM vignesh C wrote:
> > >
> > > On Mon, 9 Sept 2024 at 13:12, Amit Kapila wrote:
> > > >
> > > > The second part of the assertion is incomplete. The
> >
On Tue, Sep 10, 2024 at 2:16 PM Amit Kapila wrote:
>
> On Tue, Sep 10, 2024 at 11:36 AM vignesh C wrote:
> >
> > On Mon, 9 Sept 2024 at 13:12, Amit Kapila wrote:
> > >
> > > The second part of the assertion is incomplete. The
> > > IsIndexUsableForReplicaIdentityFull() should be used only when t
On Tue, Sep 10, 2024 at 11:36 AM vignesh C wrote:
>
> On Mon, 9 Sept 2024 at 13:12, Amit Kapila wrote:
> >
> > The second part of the assertion is incomplete. The
> > IsIndexUsableForReplicaIdentityFull() should be used only when the
> > remote relation has REPLICA_IDENTITY_FULL set. I haven't te
On Mon, 9 Sept 2024 at 13:12, Amit Kapila wrote:
>
> On Mon, Sep 9, 2024 at 11:44 AM Dilip Kumar wrote:
> >
> > On Fri, Sep 6, 2024 at 4:48 PM vignesh C wrote:
> > >
> > > On Mon, 2 Sept 2024 at 18:22, Dilip Kumar wrote:
> > > >
> > > > On Mon, Sep 2, 2024 at 3:32 PM Amit Kapila
> > > > wrote
On Mon, Sep 9, 2024 at 11:44 AM Dilip Kumar wrote:
>
> On Fri, Sep 6, 2024 at 4:48 PM vignesh C wrote:
> >
> > On Mon, 2 Sept 2024 at 18:22, Dilip Kumar wrote:
> > >
> > > On Mon, Sep 2, 2024 at 3:32 PM Amit Kapila
> > > wrote:
> > > >
> > > > On Mon, Sep 2, 2024 at 11:21 AM Dilip Kumar
> >
On Fri, Sep 6, 2024 at 4:48 PM vignesh C wrote:
>
> On Mon, 2 Sept 2024 at 18:22, Dilip Kumar wrote:
> >
> > On Mon, Sep 2, 2024 at 3:32 PM Amit Kapila wrote:
> > >
> > > On Mon, Sep 2, 2024 at 11:21 AM Dilip Kumar wrote:
> > > >
> > > > While working on some other code I noticed that in
> > >
On Mon, 2 Sept 2024 at 18:22, Dilip Kumar wrote:
>
> On Mon, Sep 2, 2024 at 3:32 PM Amit Kapila wrote:
> >
> > On Mon, Sep 2, 2024 at 11:21 AM Dilip Kumar wrote:
> > >
> > > While working on some other code I noticed that in
> > > FindReplTupleInLocalRel() there is an assert [1] that seems to be
On Mon, Sep 2, 2024 at 3:32 PM Amit Kapila wrote:
>
> On Mon, Sep 2, 2024 at 11:21 AM Dilip Kumar wrote:
> >
> > While working on some other code I noticed that in
> > FindReplTupleInLocalRel() there is an assert [1] that seems to be
> > passing IndexRelation to GetRelationIdentityOrPK() whereas
On Mon, Sep 2, 2024 at 11:21 AM Dilip Kumar wrote:
>
> While working on some other code I noticed that in
> FindReplTupleInLocalRel() there is an assert [1] that seems to be
> passing IndexRelation to GetRelationIdentityOrPK() whereas it should
> be passing normal relation.
>
Agreed. But this sho
While working on some other code I noticed that in
FindReplTupleInLocalRel() there is an assert [1] that seems to be
passing IndexRelation to GetRelationIdentityOrPK() whereas it should
be passing normal relation.
[1]
if (OidIsValid(localidxoid))
{
#ifdef USE_ASSERT_CHECKING
Relation idxrel =
10 matches
Mail list logo