Re: Fix comments in instr_time.h and remove an unneeded cast to int64 - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Fix comments in instr_time.h and remove an unneeded cast to int64
Date
Msg-id 13243be4-5b76-4bed-8058-d72b2b82854b@iki.fi
Whole thread Raw
In response to Re: Fix comments in instr_time.h and remove an unneeded cast to int64  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 06/08/2024 18:16, Tom Lane wrote:
> Heikki Linnakangas <hlinnaka@iki.fi> writes:
>> Hmm, ok I see. Then I propose:
> 
>> 1. Revert
>> 2. Just fix the comment to say int64 instead of uint64.
> 
> Yeah, it's probably reasonable to specify the output as int64
> not uint64 (especially since it looks like that's what the
> macros actually produce).

Committed

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: CI and test improvements
Next
From: Nathan Bossart
Date:
Subject: Re: optimizing pg_upgrade's once-in-each-database steps