pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.
Дата
Msg-id 20050206201925.0C0058B9ED1@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.  Turns out
there are corner cases involving dropping toasted columns in which the
previous coding would fail, too: the new version of the table might not
have any TOAST table, but we'd still propagate possibly-wide values of
dropped columns forward.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.131 -> r1.131.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c.diff?r1=1.131&r2=1.131.4.1)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.