Thread: pgsql: Fix obsolete comments in instr_time.h.

pgsql: Fix obsolete comments in instr_time.h.

From
Thomas Munro
Date:
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(-)