mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Rename enable_partition_wise_join to enable_partitionwise_join
Discussion: https://www.postgresql.org/message-id/flat/ad24e4f4-6481-066e-e3fb-6ef4a3121882%402ndquadrant.com
This commit is contained in:
@ -914,11 +914,11 @@ static struct config_bool ConfigureNamesBool[] =
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
{
|
||||
{"enable_partition_wise_join", PGC_USERSET, QUERY_TUNING_METHOD,
|
||||
gettext_noop("Enables partition-wise join."),
|
||||
{"enable_partitionwise_join", PGC_USERSET, QUERY_TUNING_METHOD,
|
||||
gettext_noop("Enables partitionwise join."),
|
||||
NULL
|
||||
},
|
||||
&enable_partition_wise_join,
|
||||
&enable_partitionwise_join,
|
||||
false,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
Reference in New Issue
Block a user