Re: pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition b
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: pgsql-committers <pgsql-committers@postgresql.org>
Date: 2017-07-21T08:36:36Z
Lists: pgsql-hackers
On 21 July 2017 at 09:24, Dean Rasheed <dean.a.rasheed@gmail.com> wrote: > Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. > Hmm, looks like the buildfarm doesn't like this. It looks like the order of partitions listed by \d+ isn't entirely predictable ... looking into it now. Regards, Dean
Commits
-
After a MINVALUE/MAXVALUE bound, allow only more of the same.
- e8b65986ba0d 10.0 landed
- 9361f6f54e3f 11.0 landed
-
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
- d363d42bb9a4 10.0 cited