pgsql: Error out if waiting on socket readiness without a specified soc

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Error out if waiting on socket readiness without a specified soc
Date: 2016-03-18 18:51:09
Message-ID: E1agzUL-0007Sx-Vt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Error out if waiting on socket readiness without a specified socket.

Previously we just ignored such an attempt, but that seems to serve no
purpose but making things harder to debug.

Discussion: 20160114143931(dot)GG10941(at)awork2(dot)anarazel(dot)de
20151230173734(dot)hx7jj2fnwyljfqek(at)alap3(dot)anarazel(dot)de
Reviewed-By: Robert Haas

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6bc4d95fcc2a432fc202cba03d5393be096f0422

Modified Files
--------------
src/backend/port/unix_latch.c | 9 +++++----
src/backend/port/win32_latch.c | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-18 18:58:00 pgsql: Use INT64_FORMAT instead of %ld for int64.
Previous Message Aleksander Alekseev 2016-03-18 18:47:42 Re: pgsql: Clean up some misplaced #includes.