Re: Row pattern recognition

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: Jacob Champion <jchampion(at)timescale(dot)com>, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Row pattern recognition
Date: 2023-07-21 23:38:01
Message-ID: 2c25adf7-ee4c-9406-ddfc-4f94643dbfa8@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 7/22/23 01:14, Jacob Champion wrote:
> On 7/20/23 17:07, Vik Fearing wrote:
>> On 7/21/23 01:36, Jacob Champion wrote:
>>> (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".
>
> D'oh. Correction attached. I think :)

This looks correct to my human brain. Thanks!
--
Vik Fearing

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-07-22 00:51:58 Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt"
Previous Message Jacob Champion 2023-07-21 23:16:18 Re: Row pattern recognition