Possibly a typo in expand_inherited_rtentry()

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Possibly a typo in expand_inherited_rtentry()
Date: 2015-04-03 06:58:18
Message-ID: 551E3A0A.30504@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
comment-typo.patch text/x-diff 568 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2015-04-03 07:07:03 Re: Possibly a typo in expand_inherited_rtentry()
Previous Message Dean Rasheed 2015-04-03 06:43:13 Re: Tables cannot have INSTEAD OF triggers