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

Andrew Gierth <andrew@tao11.riddles.org.uk>

From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-10-02T17:15:37Z
Lists: pgsql-hackers, pgsql-general
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:

 Tom> * Please run it through pgindent. Otherwise v13+ are going to be
 Tom> randomly different from older branches in this area, once we next
 Tom> pgindent HEAD.

gotcha.

 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.

-- 
Andrew (irc:RhodiumToad)



Commits

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