]> granicus.if.org Git - postgresql/commit
Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep
authorNeil Conway <neilc@samurai.com>
Sun, 2 Jul 2006 05:17:26 +0000 (05:17 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 2 Jul 2006 05:17:26 +0000 (05:17 +0000)
commit7fb9090ebfd8bc96c00e96a5879a6ee67b1623b0
tree45ac1ed8cdbbc5884876ae8e6d126dccc76cd110
parent277807bd9eba1645d8dfc9252fa29220c4a83751
Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep
the read lock we hold on the table's parent relation until commit.
Update equalfuncs.c for the new field in AlterTableCmd. Various
improvements to comments, variable names, and error reporting.

There is room for further improvement here, but this is at least
a step in the right direction.
src/backend/commands/tablecmds.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/test/regress/expected/alter_table.out