Re: domain for WITHOUT OVERLAPS

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: domain for WITHOUT OVERLAPS
Date: 2026-03-10 07:41:49
Message-ID: CACJufxGgXSZjU-K=FyeUa-fdPKY6qO6xp6MhQB9Srcoxt+3ScA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

V4 looks good to me.

One minor question regarding comments in transformIndexConstraint:
/*
* The WITHOUT OVERLAPS part (if any) must be a range or
* multirange type.
*/

Should we change it to:

/*
* The WITHOUT OVERLAPS part (if any) base type must be a range or
* multirange type.
*/

--
jian
https://www.enterprisedb.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2026-03-10 07:58:59 Re: slow SELECT expr INTO var in plpgsql
Previous Message shveta malik 2026-03-10 06:54:59 Re: [PATCH] Add max_logical_replication_slots GUC