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 1pKXXn-0004qM-KR for pgsql-hackers@arkaria.postgresql.org; Wed, 25 Jan 2023 04:37:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pKXXm-0006pr-HO for pgsql-hackers@arkaria.postgresql.org; Wed, 25 Jan 2023 04:37:54 +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 1pKXXm-0006oC-8N for pgsql-hackers@lists.postgresql.org; Wed, 25 Jan 2023 04:37:54 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pKXXj-0005ni-7p for pgsql-hackers@postgresql.org; Wed, 25 Jan 2023 04:37:52 +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 30P4biAW2588006; Tue, 24 Jan 2023 23:37:44 -0500 From: Tom Lane To: Andres Freund cc: Noah Misch , pgsql-hackers@postgresql.org, Peter Eisentraut , Andrew Dunstan Subject: Re: plpython vs _POSIX_C_SOURCE In-reply-to: <20230125042835.y7ikaqwku73kwssc@awork3.anarazel.de> References: <20230124165814.2njc7gnvubn2amh6@awork3.anarazel.de> <2265665.1674582915@sss.pgh.pa.us> <20230124190721.mi7l5c3n2tsrqjno@awork3.anarazel.de> <2320614.1674594966@sss.pgh.pa.us> <20230125014856.j3ndx2cftjxdvqul@awork3.anarazel.de> <20230125023246.trnwn42dnj3e4ikc@awork3.anarazel.de> <20230125042835.y7ikaqwku73kwssc@awork3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Tue, 24 Jan 2023 20:28:35 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2588004.1674621464.1@sss.pgh.pa.us> Date: Tue, 24 Jan 2023 23:37:44 -0500 Message-ID: <2588005.1674621464@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > Patches attached. +1 for 0001. I'm still nervous about 0002. However, maybe the cases that we had trouble with are legacy issues that nobody cares about anymore in 2023. We can always look for another answer if we get complaints, I guess. regards, tom lane