Re: Performance optimization of btree binary search

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Performance optimization of btree binary search
Дата
Msg-id 1386220597.5734.2.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Performance optimization of btree binary search  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Performance optimization of btree binary search
Список pgsql-hackers
On Wed, 2013-12-04 at 20:27 -0500, Tom Lane wrote:
> Lazy people?  I'm not in a hurry to drop it; it's not costing us much to
> just sit there, other than in this connection which we see how to fix.

Actually, I think it probably costs a fair portion of extension authors
when their initial code crashes because they forgot to declare all their
functions V1.  I think it might actually be more of a bother to lazy
people than a benefit.





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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [bug fix] pg_ctl fails with config-only directory
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Proof of concept: standalone backend with full FE/BE protocol