Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tqTgG-005Z1S-QF for buildfarm-members@arkaria.postgresql.org; Fri, 07 Mar 2025 09:07:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tqTgF-00D5a1-7X for buildfarm-members@arkaria.postgresql.org; Fri, 07 Mar 2025 09:07:43 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tqTgF-00D5S4-0b for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 09:07:43 +0000 Received: from yoda.mksoft.nu ([194.14.207.57]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_DHE_RSA_WITH_AES_128_CBC_SHA (Exim 4.96) (envelope-from ) id 1tqTgD-001Swn-0P for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 09:07:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mksoft.nu; s=20151129; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID; bh=FM0aAIDJzQdORc4NwsxGcjouRP473bV0xELc0za+zgU=; b=SL0JOuQ3JBYpCsqBeB3pZpiimrn+ypO2vcuoaeOZajLZejhafCrn/DYiN1e3zBqDKVeTps9ss42yZu9nrA337FrmAWPy2IxfQfImmKgiAp0K4ToWOCLP3PSH7rMtRzosy8QHfjh9KN5ODRocjsnBUiEZYG7rDt9C+nv4Idm8pH6hkjhZD9Vui+BjQsZcO8oOHUDwsKP8exssFxhhvNVU74h7Es/VJlQE4g8bCFzO+8wyLATyjGxb7+nVLIkh7Wz0tOWMkic+yQhzztQM4kHYayOD/RzPdG4s4/2ANn/TmFj1lqppHery1oWciw3XHBIeaGNP9rDF9Wvrb72nmo2OkA==; Received: from c83-249-37-11.bredband.tele2.se ([83.249.37.11] helo=[10.100.0.2]) by yoda.mksoft.nu with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1tqTfz-0000gB-Ux; Fri, 07 Mar 2025 10:07:34 +0100 Message-ID: <457368a4-b1dc-4a61-8eeb-a6df299ef848@mksoft.nu> Date: Fri, 7 Mar 2025 10:07:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: please update description of grison To: =?UTF-8?Q?=C3=81lvaro_Herrera?= Cc: Stefan Kaltenbrunner , Peter Eisentraut , mikael.kjellstrom@gmail.com, buildfarm-members@lists.postgresql.org References: <202503070902.3f3djxxbiece@alvherre.pgsql> Content-Language: sv-SE, en-US From: =?UTF-8?Q?Mikael_Kjellstr=C3=B6m?= In-Reply-To: <202503070902.3f3djxxbiece@alvherre.pgsql> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2025-03-07 10:02, Álvaro Herrera wrote: > Hello > > On 2025-Mar-07, Mikael Kjellström wrote: > >> For example look at: >> >> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64 >> >> It should say: >> >> morepork = OpenBSD 6.9 clang 10.0.1 x64 >> >> i used update_personality.pl to change that once (several years ago) and >> that is how it displays after sending in: >> >> $ update_personality.pl --os-version="OpenBSD 6.9" --compiler-version="clang >> 10.0.1 x64" > You have to give only the version *number*, not the operating > system/compiler names. > > The fact that the compiler itself cannot be changed (say from gcc to > clang, which you appear to be trying to do for sidewinder) appears to be > on purpose. I suppose you should submit a new request and abandon the > old animal name, if you wanted to make such a conversion. (I don't > necessarily agree with this view of things, but it's how it is at > present.) Aha!  So there is where I went wrong. So for my grison update I should send in: ./update_personality.pl --os-version="6.9" --compiler-version="12.2.0" is that correct? > Thanks for keeping these animals running, No problem. /Mikael