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 1qFdQ7-0000rU-AW for pgsql-hackers@arkaria.postgresql.org; Sat, 01 Jul 2023 16:25:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qFdQ4-0000LA-Ss for pgsql-hackers@arkaria.postgresql.org; Sat, 01 Jul 2023 16:25:56 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qFdQ4-0000L1-BI for pgsql-hackers@lists.postgresql.org; Sat, 01 Jul 2023 16:25:56 +0000 Received: from mail-yw1-x112b.google.com ([2607:f8b0:4864:20::112b]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qFdPx-001Twv-Ez for pgsql-hackers@postgresql.org; Sat, 01 Jul 2023 16:25:54 +0000 Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-579dfae6855so7331847b3.1 for ; Sat, 01 Jul 2023 09:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; t=1688228748; x=1690820748; h=user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=VqrCmnGa6b5Tg95um/8V4gTjAJLB5q/wHwi44V89qkI=; b=SFxtv4oPA4IGtS5n+DN0AxJ4hRjtNsFWJNSArnISBGMZVWFQCRsIffnCsGZV3olg9M 0Cp7Lbxap5TGU084Wy7Multp1gXRPwp64akecyBaez1e8wb+LhbG/58QeKVsCecHcUfy bOd8ObCynwlxSaojO4WmohLRckH/9790ytyBQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688228748; x=1690820748; h=user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=VqrCmnGa6b5Tg95um/8V4gTjAJLB5q/wHwi44V89qkI=; b=g972une8iqWrS0XLM9072V7KkUgXdz/zdB2RRmy8bfA2xiIZNlugzYlNzyjeqozHSI ZmopFe0MIwqQrmOosDQeRNnWvmA3gmqYX+fIqzy58h41WndZrvEjA6+BpegE9dsIfJIG tGUuKFJQtxoPI1Z6lgccxGj9EOzEv9hQOojxvLfkF/4+lb0Yh9iOKZo9LZcLuRNq8csE VWPrGYYKXXOKJSpXGLPBfWnNSr/3BII1C0E4IjhCg/caE+3i/4PSwyRog5rq6/XAZecZ XeFQdlC9GHBwLcw9mvyR+fNireEE8Fc1flRf7pRdSh0XnQNW5JnRxvj7JR6aN3Zn//EL haYg== X-Gm-Message-State: ABy/qLZuoMysMENB9DwYQJ4tdGJubMO8nhIjnkn5ESy4IIT3FDDKmpxL UStwCzFZDYHII+BJTPquFPyoOg== X-Google-Smtp-Source: APBJJlG3BVXo9Rk4e5GWagXIvuqmk1g3WTAeDH3PbEOiKLKrywgry/OevomOZXpXrs4Ne36FXSNE4g== X-Received: by 2002:a0d:e84d:0:b0:570:8856:5dbc with SMTP id r74-20020a0de84d000000b0057088565dbcmr6530250ywe.41.1688228748636; Sat, 01 Jul 2023 09:25:48 -0700 (PDT) Received: from rfd.leadboat.com ([2600:1702:a20:5750::2e]) by smtp.gmail.com with ESMTPSA id z3-20020a0dd703000000b0055a07c7be39sm4056012ywd.31.2023.07.01.09.25.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Jul 2023 09:25:48 -0700 (PDT) Date: Sat, 1 Jul 2023 16:25:45 +0000 From: Noah Misch To: Thomas Munro Cc: Heikki Linnakangas , pgsql-hackers Subject: Re: check_strxfrm_bug() Message-ID: <20230701162545.GA2854189@rfd.leadboat.com> References: <726eece8-6e9d-9013-0e4a-a1f9e40c09b3@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Jun 28, 2023 at 01:02:21PM +1200, Thomas Munro wrote: > On Wed, Jun 28, 2023 at 11:03 AM Thomas Munro wrote: > > The GCC build farm has just received some SPARC hardware new enough to > > run modern Solaris (hostname gcc106), so if wrasse were moved over > > there we could finally assume all systems have POSIX 2008 (AKA > > SUSv4)'s locale_t. > > That would look something like this. This removes thirty-eight ifdefs, most of them located in the middle of function bodies. That's far more beneficial than most proposals to raise minimum requirements. +1 for revoking support for wrasse's OS version. (wrasse wouldn't move, but it would stop testing v17+.)