On Tue, Mar 2, 2021 at 7:32 PM Tomas Vondra <[email protected]> wrote: > Ummm, in brin_minmax_multi_distance_timetz()? I don't think timetz can > be infinite, no? I think brin_minmax_multi_distance_date you meant?
In timestamp.c there are plenty of checks for TIMESTAMP_NOT_FINITE for TimestampTz types and I assumed that was applicable here. -- John Naylor EDB: http://www.enterprisedb.com
