mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +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:
@@ -128,7 +128,7 @@ bool enable_indexonlyscan = true;
|
||||
bool enable_bitmapscan = true;
|
||||
bool enable_tidscan = true;
|
||||
bool enable_sort = true;
|
||||
bool enable_incrementalsort = true;
|
||||
bool enable_incremental_sort = true;
|
||||
bool enable_hashagg = true;
|
||||
bool hashagg_avoid_disk_plan = true;
|
||||
bool enable_nestloop = true;
|
||||
|
||||
Reference in New Issue
Block a user