pgsql: Fix upgrade of contrib/btree_gist from 9.0.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix upgrade of contrib/btree_gist from 9.0.
Дата
Msg-id E1PqBYO-0000mI-Gi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Prevent possible compiler warnings.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.