pgsql: Suppress compiler warning (pid_t isn't int everywhere) - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Suppress compiler warning (pid_t isn't int everywhere)
Date
Msg-id 20091231220736.6C199753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Suppress compiler warning (pid_t isn't int everywhere)

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        standby.c (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing 'static' tag.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress compiler warning, per buildfarm member narwhal