]> git.ipfire.org Git - thirdparty/postgresql.git/commit
On Windows, use QueryPerformanceCounter instead of gettimeofday for
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Mar 2005 22:27:52 +0000 (22:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Mar 2005 22:27:52 +0000 (22:27 +0000)
commit9e0dd8459658c93ffb6f6bad9bbdd7122e551d51
treefab05f7eec3c3df8589489004b178f20b252675b
parent354049c709c9d7d0918272e10e4f30d7f8f38788
On Windows, use QueryPerformanceCounter instead of gettimeofday for
EXPLAIN ANALYZE instrumentation.  Magnus Hagander
src/backend/commands/explain.c
src/backend/executor/instrument.c
src/include/executor/instrument.h