pgsql: Properly declare FeBeWaitSet.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly declare FeBeWaitSet.
Date: 2016-03-21 11:58:45
Message-ID: E1ahyTt-0003Do-OI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly declare FeBeWaitSet.

Surprising that this worked on a number of systems. Reported by
buildfarm member longfin.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7fa0064092e135415a558dc3c4d7393d14ab6d8e

Modified Files
--------------
src/backend/libpq/pqcomm.c | 1 +
src/include/libpq/libpq.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-21 13:25:18 Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.
Previous Message Andres Freund 2016-03-21 11:39:53 pgsql: Combine win32 and unix latch implementations.