Обсуждение: Wrong entry on 9.5 release notes

Поиск
Список
Период
Сортировка

Wrong entry on 9.5 release notes

От
Emre Hasegeli
Дата:
I was going through 9.5 release notes.  I noticed that my patch is
documented wrong:

> Add selectivity estimators for inet/cidr operators and improve estimators for text search functions (Emre Hasegeli,
TomLane) 

It has nothing to do with text search.


Re: Wrong entry on 9.5 release notes

От
Tom Lane
Дата:
Emre Hasegeli <emre@hasegeli.com> writes:
> I was going through 9.5 release notes.  I noticed that my patch is
> documented wrong:

>> Add selectivity estimators for inet/cidr operators and improve estimators for text search functions (Emre Hasegeli,
TomLane) 

> It has nothing to do with text search.

I think Bruce must have merged 2503982be4ca48f4 into this entry; that
commit doesn't show in the SGML comments because Andres reverse-engineered
those after the fact.  Not sure if it's worth adding a comment line for.

            regards, tom lane