mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Rename enable_incrementalsort for clarity
Author: James Coleman <jtc331@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/df652910-e985-9547-152c-9d4357dc3979%402ndquadrant.com
This commit is contained in:
@@ -2915,7 +2915,7 @@ generate_useful_gather_paths(PlannerInfo *root, RelOptInfo *rel, bool override_r
|
||||
* Consider incremental sort, but only when the subpath is already
|
||||
* partially sorted on a pathkey prefix.
|
||||
*/
|
||||
if (enable_incrementalsort && presorted_keys > 0)
|
||||
if (enable_incremental_sort && presorted_keys > 0)
|
||||
{
|
||||
Path *tmp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user