Re: Possibly a typo in expand_inherited_rtentry()

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Possibly a typo in expand_inherited_rtentry()
Дата
Msg-id 551E3C17.3090307@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Possibly a typo in expand_inherited_rtentry()  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Possibly a typo in expand_inherited_rtentry()
Следующее
От: Sawada Masahiko
Дата:
Сообщение: Re: Auditing extension for PostgreSQL (Take 2)