High resolution psql \timing on Windows - Mailing list pgsql-patches

From ITAGAKI Takahiro
Subject High resolution psql \timing on Windows
Date
Msg-id 20070412091813.65D1.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Whole thread Raw
Responses Re: High resolution psql \timing on Windows  (Magnus Hagander <magnus@hagander.net>)
List pgsql-patches
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

Attachment

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: autovacuum multiworkers, patch 5
Next
From: Koichi Suzuki
Date:
Subject: Re: [HACKERS] Full page writes improvement, code update