Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSI8h-0000lw-Hf for buildfarm-members@arkaria.postgresql.org; Wed, 15 Feb 2023 13:48:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSI8f-00065y-Qe for buildfarm-members@arkaria.postgresql.org; Wed, 15 Feb 2023 13:48:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSI8f-00065Z-KD for buildfarm-members@lists.postgresql.org; Wed, 15 Feb 2023 13:48:01 +0000 Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSI8c-00056S-FL for buildfarm-members@postgresql.org; Wed, 15 Feb 2023 13:48:00 +0000 Received: (Authenticated sender: adsend@dunslane.net) by mail.gandi.net (Postfix) with ESMTPSA id A1C856000B for ; Wed, 15 Feb 2023 13:47:55 +0000 (UTC) Content-Type: multipart/alternative; boundary="------------NAMBUthyZkVY1P1vGhJPIPqP" Message-ID: <54f4ee15-3113-5429-39a6-ae59c60cf3a5@dunslane.net> Date: Wed, 15 Feb 2023 08:47:54 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Content-Language: en-US From: Andrew Dunstan Subject: rename of force_parallel_mode To: buildfarm-members@postgresql.org List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------NAMBUthyZkVY1P1vGhJPIPqP Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Many buildfarm members have something like this in their config (it's part of the sample config that comes with the distribution):     extra_config => {        [...]         HEAD => ['force_parallel_mode = regress'],     }, This parameter has now been renamed in the git master (a.k.a. HEAD) branch. See The new name is debug_parallel_query. While the old name will work for a while as an alias to the new name, we'd like to remove it. Please change any configs you have to use the new name. If you are using it for any branch other than HEAD, make sure that the change only applies to the HEAD branch. While this isn't urgent, I hope that most owners can make the change in the next couple of weeks. cheers andrew -- Andrew Dunstan EDB:https://www.enterprisedb.com --------------NAMBUthyZkVY1P1vGhJPIPqP Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Many buildfarm members have something like this in their config (it's part of the sample config that comes with the distribution):

    extra_config => {
       [...]
        HEAD => ['force_parallel_mode = regress'],
    },

This parameter has now been renamed in the git master (a.k.a. HEAD) branch. See

<https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=5352ca22e0012d48055453ca9992a9515d811291>

The new name is debug_parallel_query. While the old name will work for a while as an alias to the new name, we'd like to remove it. Please change any configs you have to use the new name. If you are using it for any branch other than HEAD, make sure that the change only applies to the HEAD branch.

While this isn't urgent, I hope that most owners can make the change in the next couple of weeks.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com
--------------NAMBUthyZkVY1P1vGhJPIPqP--