pgsql: Fix datatypes in comments in instr_time.h

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix datatypes in comments in instr_time.h
Date: 2024-08-06 19:18:54
Message-ID: E1sbPhu-0030bm-Lk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix datatypes in comments in instr_time.h

The INSTR_TIME_GET_NANOSEC(t) and INSTR_TIME_GET_MICROSEC(t) macros
return a signed int64.

Discussion: https://www.postgresql.org/message-id/ZrHkv3MAQfwNSmTG@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a54d4ed183927f15e1853b83106acebeeeee11c8

Modified Files
--------------
src/include/portability/instr_time.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-08-06 19:25:26 pgsql: selfuncs.c: use pg_strxfrm() instead of strxfrm().
Previous Message Tom Lane 2024-08-06 16:37:19 pgsql: Allow parallel workers to cope with a newly-created session user