pgsql: Actually, it's not that hard to merge the Windows pqsignal code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Actually, it's not that hard to merge the Windows pqsignal code
Date: 2015-08-31 19:53:05
Message-ID: E1ZWV8b-0007DX-18@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Actually, it's not that hard to merge the Windows pqsignal code ...

... just need to typedef sigset_t and provide sigemptyset/sigfillset,
which are easy enough.

Branch
------
master

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

Modified Files
--------------
src/backend/libpq/pqsignal.c | 24 +-----------------------
src/include/libpq/pqsignal.h | 21 +++++++++------------
2 files changed, 10 insertions(+), 35 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-08-31 20:30:18 pgsql: Allow icc to use the same atomics infrastructure as gcc.
Previous Message Tom Lane 2015-08-31 18:43:15 pgsql: Remove theoretically-unnecessary special case for icc.