pgsql: If there is no sigdelset(), define it as a macro. - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: If there is no sigdelset(), define it as a macro.
Date
Msg-id 20091216225534.440FF753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
If there is no sigdelset(), define it as a macro.

This removes some duplicate code that recreated the identical workaround
when the newer signal API is missing.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        bgwriter.c (r1.63 -> r1.64)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c?r1=1.63&r2=1.64)
        walwriter.c (r1.8 -> r1.9)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/walwriter.c?r1=1.8&r2=1.9)
    pgsql/src/backend/tcop:
        postgres.c (r1.576 -> r1.577)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c?r1=1.576&r2=1.577)
    pgsql/src/include/libpq:
        pqsignal.h (r1.34 -> r1.35)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/pqsignal.h?r1=1.34&r2=1.35)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid a premature coercion failure in transformSetOperationTree()
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Don't unblock SIGQUIT in the SIGQUIT handler This was possibly