Re: Row pattern recognition - Mailing list pgsql-hackers

From Henson Choi
Subject Re: Row pattern recognition
Date
Msg-id CAAAe_zCBN3QZP6g3P5Yv5sOdJgUZE6iLs=5HxOyyOn7wkKXrMA@mail.gmail.com
Whole thread
In response to Re: Row pattern recognition  (Henson Choi <assam258@gmail.com>)
Responses Re: Row pattern recognition
List pgsql-hackers
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.

Best,
Henson

Attachment

pgsql-hackers by date:

Previous
From: Henson Choi
Date:
Subject: Re: Row pattern recognition
Next
From: Bharath Rupireddy
Date:
Subject: Re: Handle concurrent drop when doing whole database vacuum