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 1q00N1-0005rP-FQ for pgsql-hackers@arkaria.postgresql.org; Fri, 19 May 2023 13:42:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q00Mz-0004lB-JL for pgsql-hackers@arkaria.postgresql.org; Fri, 19 May 2023 13:42:09 +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 1q00Mz-0004l2-A2 for pgsql-hackers@lists.postgresql.org; Fri, 19 May 2023 13:42:09 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q00Mt-000jJ3-Hl for pgsql-hackers@postgresql.org; Fri, 19 May 2023 13:42:08 +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 34JDg0gB031187; Fri, 19 May 2023 09:42:00 -0400 From: Tom Lane To: Abhijit Menon-Sen cc: Bruce Momjian , Stephen Frost , pgsql-hackers@postgresql.org Subject: Re: Naming of gss_accept_deleg In-reply-to: References: Comments: In-reply-to Abhijit Menon-Sen message dated "Fri, 19 May 2023 19:05:19 +0530" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31185.1684503720.1@sss.pgh.pa.us> Date: Fri, 19 May 2023 09:42:00 -0400 Message-ID: <31186.1684503720@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Abhijit Menon-Sen writes: > I would also prefer a GUC named gss_accept_delegation, but the current > name matches the libpq gssdeleg connection parameter and the PGSSDELEG > environment variable. Maybe there's something to be said for keeping > those three things alike? +1 for spelling it out in all user-visible names. I do not think that that GSS-API C symbol is a good precedent to follow. regards, tom lane