Thread: pgsql: Add check for matching column collations in ALTER TABLE ... INHE

Add check for matching column collations in ALTER TABLE ... INHERIT.

The other DDL operations that create an inheritance relationship were
checking for collation match already, but this one got missed.

Also fix comments that failed to mention collation checks.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49a642ab1802ea4cd80f9c184e7699219688197f

Modified Files
--------------
src/backend/commands/tablecmds.c |   19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)