Re: Row pattern recognition - Mailing list pgsql-hackers

From Vik Fearing
Subject Re: Row pattern recognition
Date
Msg-id 69272b9d-1985-9902-0632-e29180c158ae@postgresfriends.org
Whole thread Raw
In response to Re: Row pattern recognition  (Jacob Champion <jchampion@timescale.com>)
Responses Re: Row pattern recognition
List pgsql-hackers
On 7/21/23 01:36, Jacob Champion wrote:
> There's also the issue of backtracking in the face of reclassification,
> as I think Vik was alluding to upthread.

We definitely need some kind of backtracking or other reclassification 
method.

> (I've attached two failing tests against v2, to hopefully better
> illustrate, along with what I_think_  should be the correct results.)

Almost.  You are matching 07-01-2023 but the condition is "price > 100".
-- 
Vik Fearing




pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: Row pattern recognition
Next
From: Masahiko Sawada
Date:
Subject: Re: logicalrep_message_type throws an error