Re: domain for WITHOUT OVERLAPS
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Paul A Jungwirth <pj@illuminatedcomputing.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-12-11T04:23:07Z
Lists: pgsql-hackers
Attachments
- v2-0001-domain-for-WITHOUT-OVERLAPS.patch (text/x-patch) patch v2-0001
On Thu, Dec 4, 2025 at 2:39 AM Paul A Jungwirth <pj@illuminatedcomputing.com> wrote: > > I think there are these cases to consider: > > - WITHOUT OVERLAPS on a rangetype whose subtype has a domain > - WITHOUT OVERLAPS on a rangetype with a domain on itself > - WITHOUT OVERLAPS on a multirangetype whose subtype has a domain > - WITHOUT OVERLAPS on a multirangetype whose rangetype has a domain > - WITHOUT OVERLAPS on a multirangetype with a domain on itself > hi. please check the attached polished test. (no C code change). I think the test I am missing is > - WITHOUT OVERLAPS on a multirangetype whose rangetype has a domain because it expects CREATE DOMAIN also to create a multirange type for rangetype. but currently we didn't do it. -- jian https://www.enterprisedb.com
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix WITHOUT OVERLAPS' interaction with domains.
- 4edd6036d69c 19 (unreleased) landed
- 49f3cb453b9b 18.4 landed