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 1pkual-00017B-N0 for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Apr 2023 22:29:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pkuaj-0007Gt-7E for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Apr 2023 22:29:57 +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 1pkuai-0007Gd-UD for pgsql-hackers@lists.postgresql.org; Fri, 07 Apr 2023 22:29:56 +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 1pkuae-001WTk-Sc for pgsql-hackers@postgresql.org; Fri, 07 Apr 2023 22:29:56 +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 337MTjH93249272; Fri, 7 Apr 2023 18:29:45 -0400 From: Tom Lane To: Kirk Wolak cc: Greg Stark , "Gregory Stark (as CFM)" , Michael Paquier , PostgreSQL-development Subject: Re: Commitfest 2023-03 starting tomorrow! In-reply-to: References: Comments: In-reply-to Kirk Wolak message dated "Fri, 07 Apr 2023 18:01:30 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3249270.1680906585.1@sss.pgh.pa.us> Date: Fri, 07 Apr 2023 18:29:45 -0400 Message-ID: <3249271.1680906585@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Kirk Wolak writes: > The %T added to the PSQL Prompt is about 5 lines of code. Reviewed and > Ready to commit. > That could knock one more off really quickly :-) I'm still objecting to it, for the same reason as before. regards, tom lane