pgsql: In pg_upgrade, because toast table names can be mismatched with

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: In pg_upgrade, because toast table names can be mismatched with
Дата
Msg-id E1R96li-0000mK-6X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
In pg_upgrade, because toast table names can be mismatched with the heap
oid on 8.4, modify the toast name comparison test to only apply to old
9.0+ servers.  (The test was previously 8.4+.)

Backpatch to 9.1.X.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5e5958428b7c6e91ffddf46bf9aafd920af57a60

Modified Files
--------------
contrib/pg_upgrade/info.c |   11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, because toast table names can be mismatched with
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix index matching for operators with mixed collatable/noncollat