pgsql: Fix citext upgrade script to update derived copies of pg_type.ty

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix citext upgrade script to update derived copies of pg_type.ty
Дата
Msg-id E1RSWgX-0007ou-7Q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix citext upgrade script to update derived copies of pg_type.typcollation.

If the existing citext type has not merely been created, but used in any
tables, then the upgrade script wasn't doing enough.  We have to update
attcollation for each citext table column, and indcollation for each citext
index column, as well.  Per report from Rudolf van der Leeden.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/94bdb198813b079467d7ed07c6f72ac896da7161

Modified Files
--------------
contrib/citext/citext--unpackaged--1.0.sql |   42 ++++++++++++++++++++++++++-
1 files changed, 40 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Further code review for range types patch.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix citext upgrade script to update derived copies of pg_type.ty