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

From Amit Langote
Subject Re: Possibly a typo in expand_inherited_rtentry()
Date
Msg-id 551E3C17.3090307@lab.ntt.co.jp
Whole thread Raw
In response to Possibly a typo in expand_inherited_rtentry()  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers
On 03-04-2015 PM 03:58, Amit Langote wrote:
>      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);

Though, it may be that "required" is to imply "acquired".

Thanks,
Amit




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Possibly a typo in expand_inherited_rtentry()
Next
From: Sawada Masahiko
Date:
Subject: Re: Auditing extension for PostgreSQL (Take 2)