pgsql: Consistently truncate non-key suffix columns.

2020-03-30 Thread Peter Geoghegan
Consistently truncate non-key suffix columns. INCLUDE indexes failed to have their non-key attributes physically truncated away in certain rare cases. This led to physically larger pivot tuples that contained useless non-key attribute values. The impact on users should be negligible, but this is

pgsql: Consistently truncate non-key suffix columns.

2020-03-30 Thread Peter Geoghegan
Consistently truncate non-key suffix columns. INCLUDE indexes failed to have their non-key attributes physically truncated away in certain rare cases. This led to physically larger pivot tuples that contained useless non-key attribute values. The impact on users should be negligible, but this is