]> granicus.if.org Git - postgresql/commit
Fix bug in propagating ALTER TABLE actions to typed tables.
authorRobert Haas <rhaas@postgresql.org>
Fri, 8 Apr 2011 19:44:50 +0000 (15:44 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 8 Apr 2011 19:46:13 +0000 (15:46 -0400)
commit0bd155cbf2543cdead70b6e6390e9260035e1468
tree34f01acef08a79bb16fc1468472ba22cc708eb1f
parentd4c810d570e71b021c93e3ee3ea4ab18af4a053d
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
src/backend/commands/tablecmds.c