postgresql/src/backend/access
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query
force_parallel_mode is meant to be used to allow us to exercise the
parallel query infrastructure to ensure that it's working as we expect.
It seems some users think this GUC is for forcing the query planner into
picking a parallel plan regardless of the costs.  A quick look at the
documentation would have made them realize that they were wrong, but the
GUC is likely too conveniently named which, evidently, seems to often
result in users expecting that it forces the planner into usefully
parallelizing queries.

Here we rename the GUC to something which casual users are less likely to
mistakenly think is what they need to make their query run more quickly.

For now, the old name can still be used.  We'll revisit if the old name
mapping can be removed once the buildfarm configs are all updated.

Reviewed-by: John Naylor
Discussion: https://postgr.es/m/CAApHDvrsOi92_uA7PEaHZMH-S4Xv+MGhQWA+GrP8b1kjpS1HjQ@mail.gmail.com
2023-02-15 21:21:59 +13:00
..
brin Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
common Revert "Add eager and lazy freezing strategies to VACUUM." 2023-01-25 22:22:27 -08:00
gin Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
gist Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
hash New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
heap More refactoring of heapgettup() and heapgettup_pagemode() 2023-02-07 17:24:07 +13:00
index Update copyright for 2023 2023-01-02 15:00:37 -05:00
nbtree Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
rmgrdesc Update copyright for 2023 2023-01-02 15:00:37 -05:00
spgist New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
table New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
tablesample Update copyright for 2023 2023-01-02 15:00:37 -05:00
transam Rename force_parallel_mode to debug_parallel_query 2023-02-15 21:21:59 +13:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00