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 1pXIlv-0003vi-EX for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Mar 2023 09:29:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pXIlu-0007zG-0i for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Mar 2023 09:29:14 +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 1pXIlt-0007z6-NX for pgsql-hackers@lists.postgresql.org; Wed, 01 Mar 2023 09:29:13 +0000 Received: from udcm-wwu2.uni-muenster.de ([128.176.118.28]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pXIlq-00033Q-Nc for pgsql-hackers@lists.postgresql.org; Wed, 01 Mar 2023 09:29:12 +0000 X-IronPort-AV: E=Sophos;i="5.98,224,1673910000"; d="scan'208,217";a="240210989" Received: from secmail.uni-muenster.de ([128.176.118.4]) by UDCM-RELAY2.UNI-MUENSTER.DE with ESMTP; 01 Mar 2023 10:29:08 +0100 Received: from [10.68.69.133] (unknown [10.68.69.133]) by SECMAIL.UNI-MUENSTER.DE (Postfix) with ESMTPSA id 2368520A3261; Wed, 1 Mar 2023 10:29:07 +0100 (CET) Content-Type: multipart/alternative; boundary="------------mkTUjiRedIDZHxoAPRgPPXlm" Message-ID: Date: Wed, 1 Mar 2023 10:29:06 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Content-Language: en-US, de-DE To: Kirk Wolak Cc: Heikki Linnakangas , Peter Eisentraut , Nikolay Samokhvalov , PostgreSQL Hackers , Pavel Stehule , amborodin86@gmail.com, Laurenz Albe , Andrey Borodin , Tom Lane References: <157609.1677088525@sss.pgh.pa.us> <2f1c8cb9-6f4d-2a03-d069-c4f9c2b574ab@enterprisedb.com> <414445.1677163935@sss.pgh.pa.us> From: Jim Jones In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------mkTUjiRedIDZHxoAPRgPPXlm Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 01.03.23 01:47, Kirk Wolak wrote: > Patch Posted with one edit, for line editings (Thanks Jim!) The patch didn't pass the SanityCheck: https://cirrus-ci.com/task/5445242183221248?logs=build#L1337 missing a header perhaps? #include "time.h" Best, Jim --------------mkTUjiRedIDZHxoAPRgPPXlm Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
On 01.03.23 01:47, Kirk Wolak wrote:
Patch Posted with one edit, for line editings (Thanks Jim!)

The patch didn't pass the SanityCheck:

https://cirrus-ci.com/task/5445242183221248?logs=build#L1337

missing a header perhaps?

#include "time.h"

Best, Jim

--------------mkTUjiRedIDZHxoAPRgPPXlm--