Re: Can we do something to help stop users mistakenly using force_parallel_mode? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Can we do something to help stop users mistakenly using force_parallel_mode?
Date
Msg-id 3789607.1675895186@sss.pgh.pa.us
Whole thread Raw
In response to Re: Can we do something to help stop users mistakenly using force_parallel_mode?  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Can we do something to help stop users mistakenly using force_parallel_mode?
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> I've attached a patch which does the renaming to debug_parallel_query.
> I've made it so the old name can still be used.

There's a better way to do that last, which is to add the translation to
map_old_guc_names[].  I am not very sure what happens if you have multiple
GUC entries pointing at the same underlying variable, but I bet that
it isn't great.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Weird failure with latches in curculio on v15
Next
From: Justin Pryzby
Date:
Subject: Re: Progress report of CREATE INDEX for nested partitioned tables