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.96) (envelope-from ) id 1wJyxL-000T4g-1C for pgsql-hackers@arkaria.postgresql.org; Mon, 04 May 2026 19:27:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wJyxK-008ZVE-1D for pgsql-hackers@arkaria.postgresql.org; Mon, 04 May 2026 19:27:50 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wJyxK-008ZV6-0K for pgsql-hackers@lists.postgresql.org; Mon, 04 May 2026 19:27:50 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wJyxH-00000000V7f-3t0x for pgsql-hackers@lists.postgresql.org; Mon, 04 May 2026 19:27:49 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 644JRKp3359474; Mon, 4 May 2026 15:27:20 -0400 From: Tom Lane To: Daniel Gustafsson cc: Zsolt Parragi , Michael Banck , Jacob Champion , Jelte Fennema-Nio , Heikki Linnakangas , "li.evan.chao" , Michael Paquier , Andres Freund , Pgsql Hackers Subject: Re: Serverside SNI support in libpq In-reply-to: <359138.1777922557@sss.pgh.pa.us> References: <1C38F269-E552-4F78-9E88-E91CEDB12F35@yesql.se> <23D19F69-A8DE-4F89-99F6-5FC48762CE4D@yesql.se> <561BF011-1626-43A5-BD82-913E67EEBA8B@yesql.se> <7DA91781-AA47-447A-BA6F-99FE7E83954E@yesql.se> <1CEF92A7-B41A-46A2-BEBA-34307BFE594B@yesql.se> <359138.1777922557@sss.pgh.pa.us> Comments: In-reply-to Tom Lane message dated "Mon, 04 May 2026 15:22:37 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <359472.1777922840.1@sss.pgh.pa.us> Date: Mon, 04 May 2026 15:27:20 -0400 Message-ID: <359473.1777922840@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I wrote: > As a side matter, "load_host" seems like a remarkably generic name > that conveys little about what it actually does, and to the extent > that it does convey anything the implication is wrong: it returns > (potentially) info about multiple hosts not just one. Can't we do > better? Sigh ... brain fade there, of course the function is load_hosts not load_host. It's still too generic IMO, but at least the pluralization is right. regards, tom lane