Minor comment update in execPartition.c

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Minor comment update in execPartition.c
Дата
Msg-id 5ADF117B.5030606@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Minor comment update in execPartition.c  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
Hi,

Here is a comment for ExecInitPartitionInfo:

 296  * ExecInitPartitionInfo
 297  *      Initialize ResultRelInfo and other information for a
partition if not
 298  *      already done

I think we should remove the words "if not already done" from that
comment because 1) that function is called if the partition wasn't
already initialized and 2) that function assumes that.  Attached is a
small patch for removing the words.

Best regards,
Etsuro Fujita

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Raiskup
Дата:
Сообщение: obsoleting plpython2u and defaulting plpythonu to plpython3u
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Expression errors with "FOR UPDATE" and postgres_fdw with partitionwise join enabled.