Thread: [COMMITTERS] pgsql: Disallow finite partition bound following earlier UNBOUNDEDcolu

Disallow finite partition bound following earlier UNBOUNDED column.

Amit Langote, per an observation by me.

Discussion: http://postgr.es/m/CA+TgmoYWnV2GMnYLG-Czsix-E1WGAbo4D+0tx7t9NdfYBDMFsA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3439f84475642fab029df0c06c81df94e6941dc0

Modified Files
--------------
src/backend/parser/parse_utilcmd.c         | 34 ++++++++++++++++++++++++++++++
src/test/regress/expected/create_table.out |  7 ++++++
src/test/regress/sql/create_table.sql      |  5 +++++
3 files changed, 46 insertions(+)