1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +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:
Peter Eisentraut
2020-07-05 11:41:52 +02:00
parent 1d05627fcf
commit e61225ffab
12 changed files with 23 additions and 23 deletions

View File

@ -983,11 +983,11 @@ static struct config_bool ConfigureNamesBool[] =
NULL, NULL, NULL
},
{
{"enable_incrementalsort", PGC_USERSET, QUERY_TUNING_METHOD,
{"enable_incremental_sort", PGC_USERSET, QUERY_TUNING_METHOD,
gettext_noop("Enables the planner's use of incremental sort steps."),
NULL
},
&enable_incrementalsort,
&enable_incremental_sort,
true,
NULL, NULL, NULL
},