pgsql: Minor adjustments to WindowAgg startup cost code

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor adjustments to WindowAgg startup cost code
Date: 2023-08-03 22:48:10
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-08-04 01:27:56 pgsql: Attempt to stabilize new window agg regression test
Previous Message David Rowley 2023-08-03 21:28:10 pgsql: Account for startup rows when costing WindowAggs