Re: pgsql: Add word_similarity to pg_trgm contrib module.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Teodor Sigaev <teodor(at)sigaev(dot)ru>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add word_similarity to pg_trgm contrib module.
Date: 2016-03-16 16:54:36
Message-ID: CA+TgmoYT1JOj+66AvGHhLeAESx1rNtxu1vAcSYpwBi302GDr=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Mar 16, 2016 at 12:40 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
>> Modified Files
>> --------------
>> contrib/pg_trgm/pg_trgm--1.1--1.2.sql | 64 ++++-
>> contrib/pg_trgm/pg_trgm--1.2.sql | 64 +++++
>
> This is completely, utterly wrong. You do not add stuff to an extension
> module by redefining what version 1.2 means. You do it by creating a 1.3
> version and providing a 1.2--1.3 update script.

Uh, did you read his commit message?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-16 16:58:58 Re: pgsql: Add word_similarity to pg_trgm contrib module.
Previous Message Tom Lane 2016-03-16 16:52:49 Re: Re: [COMMITTERS] pgsql: Only try to push down foreign joins if the user mapping OIDs mat