pgsql: Try to fix busted gettimeofday() code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Try to fix busted gettimeofday() code.
Date
Msg-id E1YPIKU-0000VO-AE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Try to fix busted gettimeofday() code.

Per buildfarm, we have to match the _stdcall property of the system
functions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e9fd5545de3bb4efe163af4a9c957badac86ccd7

Modified Files
--------------
src/port/gettimeofday.c |    7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Next
From: Jeff Davis
Date:
Subject: pgsql: In array_agg(), don't create a new context for every group.