Now that much of walreceiver has been pulled back into the postgres

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 47ce95a7b98ff06b51f12a7381fc3788dff9961c
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-01-20T18:54:27Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/include/libpq/pqsignal.h modified +3 −3
src/include/replication/walreceiver.h modified +2 −2
src/include/storage/ipc.h modified +2 −2