Complain if the same column name is inherited from multiple parents

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e18f5011aa4fcad4fff184e398e90076b7df37b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-04-02T18:30:49Z
Releases: 7.1.1
Complain if the same column name is inherited from multiple parents
with different default values, unless the child table redeclares the
column with an explicit default.  This was judged to be the approach
least likely to cause unpleasant surprises.

Files

PathChange+/−
src/backend/commands/creatinh.c modified +57 −15