pgsql: Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants
Date
Msg-id 20100116055229.A18067541B9@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add #include for struct timeval definition on
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Teach standby conflict resolution to use SIGUSR1 Conflict reason