Possibly a typo in expand_inherited_rtentry() - Mailing list pgsql-hackers

From Amit Langote
Subject Possibly a typo in expand_inherited_rtentry()
Date
Msg-id 551E3A0A.30504@lab.ntt.co.jp
Whole thread Raw
Responses Re: Possibly a typo in expand_inherited_rtentry()
Re: Possibly a typo in expand_inherited_rtentry()
List pgsql-hackers
Hi,

Attached does:

     Index       childRTindex;
     AppendRelInfo *appinfo;

-    /* Open rel if needed; we already have required locks */
+    /* Open rel if needed; we already have acquired locks */
     if (childOID != parentOID)
         newrelation = heap_open(childOID, NoLock);
     else

Does that make sense?

Thanks,
Amit

Attachment

pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Tables cannot have INSTEAD OF triggers
Next
From: Amit Langote
Date:
Subject: Re: Possibly a typo in expand_inherited_rtentry()