Обсуждение: pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(-)