pgsql: Fix obsolete comments in instr_time.h. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix obsolete comments in instr_time.h.
Date
Msg-id E1oLCeE-000wqy-H5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix obsolete comments in instr_time.h.

Commit 623cc673 removed gettimeofday(), and commits 24c3ce8f and
495ed0ef removed support for very old Windows releases with low accuracy
timers, but references to those things were left behind in comments.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/295419.1659918447%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01126dc8cf2c6e06babf1bbb4dab41a4a96d704f

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stamp 10.22.
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix obsolete comment in commit_ts.c.