mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +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:
@@ -67,7 +67,7 @@ extern PGDLLIMPORT bool enable_material;
|
||||
extern PGDLLIMPORT bool enable_mergejoin;
|
||||
extern PGDLLIMPORT bool enable_hashjoin;
|
||||
extern PGDLLIMPORT bool enable_gathermerge;
|
||||
extern PGDLLIMPORT bool enable_partition_wise_join;
|
||||
extern PGDLLIMPORT bool enable_partitionwise_join;
|
||||
extern PGDLLIMPORT bool enable_parallel_append;
|
||||
extern PGDLLIMPORT bool enable_parallel_hash;
|
||||
extern PGDLLIMPORT int constraint_exclusion;
|
||||
|
||||
Reference in New Issue
Block a user