pgsql: PGDLLIMPORT-ize the remaining variables needed by walreceiver. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: PGDLLIMPORT-ize the remaining variables needed by walreceiver.
Date
Msg-id 20100116000441.A7B907541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
PGDLLIMPORT-ize the remaining variables needed by walreceiver.

Modified Files:
--------------
    pgsql/src/include/access:
        xlog.h (r1.96 -> r1.97)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.96&r2=1.97)
    pgsql/src/include/libpq:
        pqsignal.h (r1.37 -> r1.38)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/pqsignal.h?r1=1.37&r2=1.38)
    pgsql/src/include/replication:
        walreceiver.h (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/replication/walreceiver.h?r1=1.1&r2=1.2)
    pgsql/src/include/storage:
        ipc.h (r1.79 -> r1.80)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/ipc.h?r1=1.79&r2=1.80)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Do parse analysis of an EXPLAIN's contained statement during the
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add #include for struct timeval definition on