Обсуждение: pgsql: Fix upgrade of contrib/btree_gist from 9.0.

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

pgsql: Fix upgrade of contrib/btree_gist from 9.0.

От
Tom Lane
Дата:
Fix upgrade of contrib/btree_gist from 9.0.

The initial version of the update-from-unpackaged script neglected to
include the <> operators that were added to the opclasses during 9.1.
To make this script produce the same final state as the regular install
script, use the same ALTER OPERATOR FAMILY trick as in pg_trgm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec65a79db2a423a156cda8e862d34052d7175a86

Modified Files
--------------
contrib/btree_gist/btree_gist--1.0.sql             |   96 +++++++++++++++-----
contrib/btree_gist/btree_gist--unpackaged--1.0.sql |   68 ++++++++++++++
2 files changed, 141 insertions(+), 23 deletions(-)