Thread: pgsql: Now that much of walreceiver has been pulled back into the

pgsql: Now that much of walreceiver has been pulled back into the

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
Log Message:
-----------
Now that much of walreceiver has been pulled back into the postgres
binary, revert PGDLLIMPORT decoration of global variables. I'm not sure
if there's any real harm from unnecessary PGDLLIMPORTs, but these are all
internal variables that external modules really shouldn't be messing
with. ThisTimeLineID still needs PGDLLIMPORT.

Modified Files:
--------------
    pgsql/src/include/libpq:
        pqsignal.h (r1.39 -> r1.40)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/pqsignal.h?r1=1.39&r2=1.40)
    pgsql/src/include/replication:
        walreceiver.h (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/replication/walreceiver.h?r1=1.3&r2=1.4)
    pgsql/src/include/storage:
        ipc.h (r1.80 -> r1.81)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/ipc.h?r1=1.80&r2=1.81)