Re: [PATCHES] High resolution psql \timing on Windows

2007-04-13 Thread Magnus Hagander
ITAGAKI Takahiro wrote: This patch replace _ftime() by QueryPerformanceCounter() to measure durations in psql \timing on Windows. It had only 15ms~ of time resolusion. I brought the codes from src/include/executor/instrument.h . Applied, thanks. //Magnus ---(end of

[PATCHES] High resolution psql \timing on Windows

2007-04-11 Thread ITAGAKI Takahiro
This patch replace _ftime() by QueryPerformanceCounter() to measure durations in psql \timing on Windows. It had only 15ms~ of time resolusion. I brought the codes from src/include/executor/instrument.h . Regards, --- ITAGAKI Takahiro NTT Open Source Software Center psql_timing_on_windows.patch