Fix multi-column range partitioning constraints.

Robert Haas <rhaas@postgresql.org>

Commit: f8bffe9e6d700fd34759a92e47930ce9ba7dcbd5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-05-13T15:36:41Z
Releases: 10.0
Fix multi-column range partitioning constraints.

The old logic was just plain wrong.

Report by Olaf Gawenda.  Patch by Amit Langote, reviewed by
Beena Emerson and by me.  Minor adjustments by me also.

Files