pgsql: Minor adjustments to WindowAgg startup cost code - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Minor adjustments to WindowAgg startup cost code
Date
Msg-id E1qRh73-000Juy-9I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Minor adjustments to WindowAgg startup cost code

This is a follow-on of 3900a02c9 containing some changes which I forgot
to commit locally before forming a patch with git format-patch.

Discussion: https://postgr.es/m/CAApHDvrB0S5BMv+0-wTTqWFE-BJ0noWqTnDu9QQfjZ2VSpLv_g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3fd19a9b23c2906da52f3f3732dbc533477f284d

Modified Files
--------------
src/backend/optimizer/path/costsize.c | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Account for startup rows when costing WindowAggs
Next
From: David Rowley
Date:
Subject: pgsql: Attempt to stabilize new window agg regression test