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

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix support of digits in email/hostnames.
Date: 2016-04-29 10:20:35
Message-ID: 57233573.1080105@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> 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.

>
> Can you also fix the other two TODO items related to this?
>
> Improve handling of dash and plus signs in email address
> user names, and perhaps improve URL parsing
>
> http://www.postgresql.org/message-id/201010122203.o9CM3RW09263@momjian.us
>
> http://www.postgresql.org/message-id/E1Ri8il-0008Ct-9p@wrigleys.postgresql.org
>

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-04-29 10:43:04 Re: pgsql: Fix support of digits in email/hostnames.
Previous Message Andres Freund 2016-04-29 05:11:41 pgsql: Remember asking for feedback during walsender shutdown.