Obsolete comment in partbounds.c

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Obsolete comment in partbounds.c
Дата
Msg-id CAPmGK16Uxr=PatiGyaRwiQVLB7Y-GqbkK3AxRLVYzU0Czv=sEw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Obsolete comment in partbounds.c  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
While reviewing the partitionwise-join patch, I noticed $Subject,ie,
this in create_list_bounds():

                /*
                 * Never put a null into the values array, flag instead for
                 * the code further down below where we construct the actual
                 * relcache struct.
                 */
                if (null_index != -1)
                    elog(ERROR, "found null more than once");
                null_index = i;

"the code further down below where we construct the actual relcache
struct" isn't in the same file anymore by refactoring by commit
b52b7dc25.  How about modifying it like the attached?

Best regards,
Etsuro Fujita

Вложения

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

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: [HACKERS] Block level parallel vacuum
Следующее
От: John Naylor
Дата:
Сообщение: Re: generating catcache control data