FOR PORTION OF elog on non-polymorphic opcintype - Mailing list pgsql-hackers

From Paul A Jungwirth
Subject FOR PORTION OF elog on non-polymorphic opcintype
Date
Msg-id CA+renyVuGtcR5_gTWmNo4LubKW=_KE3VoynfMq-9_vLvhP+GpA@mail.gmail.com
Whole thread
Responses Re: [SQL/PGQ] Native executor for Graph query
List pgsql-hackers
Hi Hackers,

Here is a fix for finding D5 from [0].

The issue is that we look up helper functions based on the
application-time column's opclass's opcintype but only accept anyrange
and anymultirange. The fix is to call type_is_range and
type_is_multirange instead.

[0] https://www.postgresql.org/message-id/CA%2BrenyV6QLOJYmLo3gbsg1Y%2BCrho8NqME1jJXgPbO_NgxfBaKQ%40mail.gmail.com

Yours,

-- 
Paul              ~{:-)
pj@illuminatedcomputing.com

Attachment

pgsql-hackers by date:

Previous
From: Paul A Jungwirth
Date:
Subject: EXPLAIN ... FOR PORTION OF should not evaluate bounds
Next
From: Ayush Tiwari
Date:
Subject: Re: Stabilize recovery conflict stats checks in 031_recovery_conflict.pl