pgsql: Fix bug in propagating ALTER TABLE actions to typed tables. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.
Date
Msg-id E1Q8HdV-00048e-MV@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Modify initdb to complain only when no usable system locales are
Next
From: Robert Haas
Date:
Subject: pgsql: Make psql use pg_table_size instead of pg_relation_size on 9.0+