pgsql: Fix missing gettimeofday() declaration.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing gettimeofday() declaration.
Date: 2021-06-02 01:08:20
Message-ID: E1loFMq-0002Sm-Dv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing gettimeofday() declaration.

This avoids a warning under MinGW versions having gettimeofday(), per
buildfarm member walleye.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/49527a32ca97761d78efef732a4ac76a2fc086b2

Modified Files
--------------
src/interfaces/libpq/fe-trace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-06-02 03:20:51 pgsql: Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.
Previous Message Tom Lane 2021-06-01 15:13:38 pgsql: Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.