Re: pgsql: Fix support of digits in email/hostnames.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Fix support of digits in email/hostnames.
Дата
Msg-id 20160429104304.GB30154@momjian.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix support of digits in email/hostnames.  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: pgsql: Fix support of digits in email/hostnames.  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
On Fri, Apr 29, 2016 at 01:20:35PM +0300, Teodor Sigaev wrote:
> >Doesn't this invalidate tsvector indexes upgraded by pg_upgrade?  Should
> >they be marked as invalid?
> Directly, it affects on functional indexes i.e. over to_tsvector(). But it
> affects tsvector column, it should be recreated if it was generated by
> ts_vector() function.

OK, so every tsvector column or expression index needs to be reported by
pg_upgrade?  Do we want to fix everything else in this same release?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Fix support of digits in email/hostnames.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Fix support of digits in email/hostnames.