pgsql: Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants
Date: 2010-01-16 05:52:29
Message-ID: 20100116055229.A18067541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants of
the BlockSig/UnBlockSig declaration have to be PGDLLIMPORT'ified.
Per buildfarm results.

Modified Files:
--------------
pgsql/src/include/libpq:
pqsignal.h (r1.38 -> r1.39)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/pqsignal.h?r1=1.38&r2=1.39)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-01-16 10:06:03 pgsql: Teach standby conflict resolution to use SIGUSR1 Conflict reason
Previous Message Bruce Momjian 2010-01-16 01:55:28 pgsql: Add #include <sys/time.h> for struct timeval definition on