Re: domain for WITHOUT OVERLAPS - Mailing list pgsql-hackers

From jian he
Subject Re: domain for WITHOUT OVERLAPS
Date
Msg-id CACJufxGgXSZjU-K=FyeUa-fdPKY6qO6xp6MhQB9Srcoxt+3ScA@mail.gmail.com
Whole thread
In response to Re: domain for WITHOUT OVERLAPS  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
Responses Re: domain for WITHOUT OVERLAPS
List 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/



pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: [PATCH] Add max_logical_replication_slots GUC
Next
From: Pavel Stehule
Date:
Subject: Re: slow SELECT expr INTO var in plpgsql