Fix obsolete comments in instr_time.h.
authorThomas Munro <tmunro@postgresql.org>
Mon, 8 Aug 2022 23:50:03 +0000 (11:50 +1200)
committerThomas Munro <tmunro@postgresql.org>
Mon, 8 Aug 2022 23:50:03 +0000 (11:50 +1200)
commit01126dc8cf2c6e06babf1bbb4dab41a4a96d704f
tree3705ae2d862921592bb5be88e7f7060ca1bf305a
parent9a9f25e217428cdf4119ff08b77f9f5bd45f563c
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: http://postgr.es/m/295419.1659918447%40sss.pgh.pa.us
src/include/portability/instr_time.h