Re: Possible bug: SQL function parameter in window frame definition

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Gierth <andrew@tao11.riddles.org.uk>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-10-02T17:21:51Z
Lists: pgsql-hackers, pgsql-general
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:
>  Tom> * I think you missed s/walk/mutate/ in some of the comments you
>  Tom> copied into query_tree_mutator.

> ... where? The only mention of "walk" near query_tree_mutator is in its
> header comment, which I didn't touch.

Wup, sorry, I misparsed the patch.  On second read there's no issue there.

			regards, tom lane



Commits

  1. Selectively include window frames in expression walks/mutates.