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. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f8bffe9e6d700fd34759a92e47930ce9ba7dcbd5 Modified Files -------------- src/backend/catalog/partition.c | 663 ++++++++++++++++++++++------------ src/include/nodes/pg_list.h | 14 + src/test/regress/expected/inherit.out | 90 +++++ src/test/regress/expected/insert.out | 59 +++ src/test/regress/sql/inherit.sql | 18 + src/test/regress/sql/insert.sql | 43 +++ 6 files changed, 666 insertions(+), 221 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers