pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.
Дата
Msg-id E1Q8HdV-00048e-MV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in propagating ALTER TABLE actions to typed tables.

We need to propagate such actions to all typed table children of a
given type, not just the first one.

Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0bd155cbf2543cdead70b6e6390e9260035e1468

Modified Files
--------------
src/backend/commands/tablecmds.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Modify initdb to complain only when no usable system locales are
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Make psql use pg_table_size instead of pg_relation_size on 9.0+