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 1srIrg-000V1Q-Ue for pgsql-general@arkaria.postgresql.org; Thu, 19 Sep 2024 15:14:41 +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 1srIre-002njJ-JV for pgsql-general@arkaria.postgresql.org; Thu, 19 Sep 2024 15:14:39 +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 1srIre-002niv-8i for pgsql-general@lists.postgresql.org; Thu, 19 Sep 2024 15:14:39 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1srIrd-0001bH-6I for pgsql-general@lists.postgresql.org; Thu, 19 Sep 2024 15:14:38 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 48JFEYQB1991353; Thu, 19 Sep 2024 11:14:34 -0400 From: Tom Lane To: Paul Foerster cc: pgsql-general list Subject: Re: glibc updarte 2.31 to 2.38 In-reply-to: References: Comments: In-reply-to Paul Foerster message dated "Thu, 19 Sep 2024 16:37:41 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1991351.1726758874.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 19 Sep 2024 11:14:34 -0400 Message-ID: <1991352.1726758874@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Paul Foerster writes: > we have SLES 15.5 which has glibc 2.31. Our admin told us that he's abou= t to install the SLES 15.6 update which contains glibc 2.38. > I have built our PostgreSQL software from source on SLES 15.5, because w= e have some special requirements which the packages cannot fulfill. So I h= ave questions: > 1) Do I have to build it again on 15.6? No, I wouldn't expect that to be necessary. > 2) Does the glibc update have any impact? Maybe. We don't really track glibc changes, so I can't say for sure, but it might be advisable to reindex indexes on string columns. regards, tom lane