]> granicus.if.org Git - postgresql/commit
Fix multi-column range partitioning constraints.
authorRobert Haas <rhaas@postgresql.org>
Sat, 13 May 2017 15:35:30 +0000 (11:35 -0400)
committerRobert Haas <rhaas@postgresql.org>
Sat, 13 May 2017 15:36:41 +0000 (11:36 -0400)
commitf8bffe9e6d700fd34759a92e47930ce9ba7dcbd5
tree154ac104bd6d5de35318b3cb77c098ab04eeeb7b
parent4e37b3e15c4e129dbbcf46e00ad36672f4f7b359
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.
src/backend/catalog/partition.c
src/include/nodes/pg_list.h
src/test/regress/expected/inherit.out
src/test/regress/expected/insert.out
src/test/regress/sql/inherit.sql
src/test/regress/sql/insert.sql