pgsql: Try to fix busted gettimeofday() code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try to fix busted gettimeofday() code.
Date: 2015-02-21 22:15:18
Message-ID: E1YPIKU-0000VO-AE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2015-02-22 01:30:34 pgsql: In array_agg(), don't create a new context for every group.
Previous Message Tom Lane 2015-02-21 21:49:42 pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.