Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)
Дата
Msg-id 15626.1299431808@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)  (Andres Freund <andres@anarazel.de>)
Ответы Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> -        fmgr_info_collation(irel->rd_index->indcollation.values[attnum-1],
> +        fmgr_info_collation(irel->rd_indcollation[attnum-1],
>                              locinfo);

BTW, I went ahead and committed this part, since the bug and the fix are
clear.  I'm still not thrilled with the plan of sprinkling the code with
random fmgr_info_collation() calls to make up for the lack of a sane
default.  IMO, that *is* a default, just a badly implemented one.
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Downtime for commitfest.postgresql.org
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Sync Rep v19