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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PGDLLIMPORT-ize the remaining variables needed by walreceiver.
Date: 2010-01-16 00:04:41
Message-ID: 20100116000441.A7B907541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-01-16 01:55:28 pgsql: Add #include <sys/time.h> for struct timeval definition on
Previous Message Tom Lane 2010-01-15 22:36:35 pgsql: Do parse analysis of an EXPLAIN's contained statement during the