Fix obsolete comments in instr_time.h.

Thomas Munro <tmunro@postgresql.org>

Commit: 01126dc8cf2c6e06babf1bbb4dab41a4a96d704f
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-08-08T23:50:03Z
Releases: 16.0
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

Files

PathChange+/−
src/include/portability/instr_time.h modified +3 −4

Discussion