aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2014-12-08 23:36:06 +0900
committerSimon Riggs <simon@2ndQuadrant.com>2014-12-08 23:36:06 +0900
commit8001fe67a3d66c95861ce1f7075ef03953670d13 (patch)
tree8d819778758fb45180ef8cdc468b3c2809cefbe9 /src/backend/utils/adt/jsonb_util.c
parent519b0757a37254452e013ea0ac95f4e56391608c (diff)
downloadpostgresql-8001fe67a3d66c95861ce1f7075ef03953670d13.tar.gz
postgresql-8001fe67a3d66c95861ce1f7075ef03953670d13.zip
Windows: use GetSystemTimePreciseAsFileTime if available
PostgreSQL on Windows 8 or Windows Server 2012 will now get high-resolution timestamps by dynamically loading the GetSystemTimePreciseAsFileTime function. It'll fall back to to GetSystemTimeAsFileTime if the higher precision variant isn't found, so the same binaries without problems on older Windows releases. No attempt is made to detect the Windows version. Only the presence or absence of the desired function is considered. Craig Ringer
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
0 files changed, 0 insertions, 0 deletions