[COMMITTERS] pgsql: Prevent display of dropped columns in row constraint violation m

2013-11-07 Thread Tom Lane
Prevent display of dropped columns in row constraint violation messages. ExecBuildSlotValueDescription() printed "null" for each dropped column in a row being complained of by ExecConstraints(). This has some sanity in terms of the underlying implementation, but is of course pretty surprising to

[COMMITTERS] pgsql: Prevent display of dropped columns in row constraint violation m

2013-11-07 Thread Tom Lane
Prevent display of dropped columns in row constraint violation messages. ExecBuildSlotValueDescription() printed "null" for each dropped column in a row being complained of by ExecConstraints(). This has some sanity in terms of the underlying implementation, but is of course pretty surprising to

[COMMITTERS] pgsql: Prevent display of dropped columns in row constraint violation m

2013-11-07 Thread Tom Lane
Prevent display of dropped columns in row constraint violation messages. ExecBuildSlotValueDescription() printed "null" for each dropped column in a row being complained of by ExecConstraints(). This has some sanity in terms of the underlying implementation, but is of course pretty surprising to