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



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to