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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.
Date: 2011-04-08 19:46:29
Message-ID: E1Q8HdV-00048e-MV@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-04-08 19:55:22 pgsql: Make psql use pg_table_size instead of pg_relation_size on 9.0+
Previous Message Tom Lane 2011-04-08 19:39:54 pgsql: Modify initdb to complain only when no usable system locales are