Re: Row pattern recognition - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Row pattern recognition
Date
Msg-id 20260626.113505.1924699149453988246.ishii@postgresql.org
Whole thread
In response to Re: Row pattern recognition  (Henson Choi <assam258@gmail.com>)
Responses Re: Row pattern recognition
List pgsql-hackers
Hi Henson,

> Hi all,
> 
> One small follow-up on top of v50.
> 
> Master recently reworded the error raised when RESPECT/IGNORE NULLS is used
> on a non-window function, from
> 
>   "only window functions accept RESPECT/IGNORE NULLS"
> 
> to
> 
>   "RESPECT/IGNORE NULLS specified, but %s is not a window function".
> 
> rpr_base was written before that change, so one expected-output line now
> mismatches and the test fails on current master. The attached patch updates
> just that line. No code or behavior change.
> 
> I'm sending it as a separate attachment so the v50 series stays as posted;
> it applies on top of v50-0020.

Thanks for the patch. I will include it in the upcoming v50 patches.

Regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition
Next
From: Sutou Kouhei
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations