[COMMITTERS] pgsql: Disallow finite partition bound following earlier UNBOUNDEDcolu - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Disallow finite partition bound following earlier UNBOUNDEDcolu
Date
Msg-id E1d8HcJ-0003ku-0k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: pgsql@postgresql.org
Date:
Subject: [COMMITTERS] pgsql: Tag refs/tags/REL9_5_7 was created
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.