Re: Printing window function OVER clauses in EXPLAIN - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Printing window function OVER clauses in EXPLAIN
Date
Msg-id 1499768.1741706460@sss.pgh.pa.us
Whole thread Raw
In response to Re: Printing window function OVER clauses in EXPLAIN  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> The only minor points I noted down while reviewing were 1)
> name_active_windows()'s newname variable could be halved in size and,
> 2) explain.sql's new test could name the window "w1" instead of "w" to
> exercise the name selection code a bit better. Both are minor points,
> but I thought I'd mention them anyway.

Thanks, pushed with those points addressed.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Optimizing FastPathTransferRelationLocks()
Next
From: Jeff Davis
Date:
Subject: Re: Statistics import and export: difference in statistics of materialized view dumped