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 1louOa-0004R9-Jn for pgsql-hackers@arkaria.postgresql.org; Thu, 03 Jun 2021 20:56:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1louOZ-0003Mk-Fn for pgsql-hackers@arkaria.postgresql.org; Thu, 03 Jun 2021 20:56:51 +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 1louNd-0007S8-En for pgsql-hackers@lists.postgresql.org; Thu, 03 Jun 2021 20:55:53 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1louNb-0007rH-J6 for pgsql-hackers@lists.postgresql.org; Thu, 03 Jun 2021 20:55:53 +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 153Ktjh0093660; Thu, 3 Jun 2021 16:55:45 -0400 From: Tom Lane To: Daniel Gustafsson cc: Jeff Davis , Andrew Dunstan , Andres Freund , Postgres hackers , Michael Paquier , Andrew Dunstan , Stephen Frost , Thomas Munro Subject: Re: Support for NSS as a libpq TLS backend In-reply-to: <9B16F5EA-5F01-4E9D-BDD7-8E0D2166D6F5@yesql.se> References: <20200904012334.GF19499@paquier.xyz> <20200917074134.GX2873@paquier.xyz> <20200929055939.GF7117@paquier.xyz> <411593A7-E037-474D-BFD7-D3D6683C1D46@yesql.se> <20201020191529.5yverw3ybaube3pg@alap3.anarazel.de> <907FA7D1-9BD9-464B-A6EC-DEEB53438D36@yesql.se> <20201028063957.cvln377jgao33ssu@alap3.anarazel.de> <1538bd8894fc723d97d5c41b9d4bb8feb9db0d43.camel@j-davis.com> <8228d950-5bee-d1e9-b0ad-577a854939fa@dunslane.net> <9B16F5EA-5F01-4E9D-BDD7-8E0D2166D6F5@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Thu, 03 Jun 2021 22:49:02 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <93658.1622753745.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 03 Jun 2021 16:55:45 -0400 Message-ID: <93659.1622753745@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > It might also put us a hard spot if the next TLS spec ends up being call= ed > something other than TLS? It's clearly happened before =3D) Good point. I'm inclined to just stick with the SSL terminology. >> Also, do we have precedent for GUC aliases? That might be a little >> weird. > I don't think we do currently, but I have a feeling the topic has surfac= ed here > before. We do, look for "sort_mem" in guc.c. So it's not like it'd be inconvenient to implement. But I think user confusion and the potential for the new terminology to fail to be any more future-proof are good reasons to just leave the names alone. regards, tom lane