From: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Fabris Giovanni Consulente <cons(dot)FabrisGiovanni(at)sia(dot)eu> |
Subject: | Re: [Windows,PATCH] Use faster, higher precision timer API |
Date: | 2014-10-10 09:08:22 |
Message-ID: | 5437A206.3080401@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 09/17/2014 08:27 PM, Craig Ringer wrote:
> Hi all
>
> Attached is a patch to switch 9.5 over to using the
> GetSystemTimeAsFileTime call instead of separate GetSystemTime and
> SystemTimeToFileTime calls.
Following on from my prior patch that switches to using
GetSystemTimeAsFileTime, I now attach a two-patch series that also adds
support for GetFileTimePreciseAsFileTime where it is available.
Details in the patch commit messages.
These should apply fine with "git am", or at worst "git am --3way".
Otherwise you can just grab them from the working tree:
https://github.com/ringerc/postgres/tree/win32_use_filetime
--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Attachment | Content-Type | Size |
---|---|---|
0002-Use-GetSystemTimePreciseAsFileTime-when-available.patch | text/x-patch | 4.1 KB |
0001-Use-GetSystemTimeAsFileTime-directly-in-windows-gett.patch | text/x-patch | 2.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2014-10-10 09:13:18 | Re: Column Redaction |
Previous Message | Simon Riggs | 2014-10-10 08:57:19 | Column Redaction |