Re: PATCH: generate fractional cheapest paths in generate_orderedappend_path

Tomas Vondra <tomas.vondra@enterprisedb.com>

From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Arne Roland <A.Roland@index.de>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-01-13T16:20:45Z
Lists: pgsql-hackers
FWIW this is now marked as committed. I've created a separate entry in 
the next CF for the incremental sort part.


https://commitfest.postgresql.org/37/3513/

regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Commits

  1. Consider fractional paths in generate_orderedappend_paths

  2. Support MergeAppend plans, to allow sorted output from append relations.