PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Feb 2014 01:12:43 +0000 (20:12 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Feb 2014 01:12:43 +0000 (20:12 -0500)
commitfa1f0d785921b34a98562a806aed2c3d34aaf7be
tree0be9f0d214eba0630eef28cb857ee4363f0b0c80
parenta1c802712c369af4085c365cb79c3063b8407ef4
PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.

These are needed in HEAD to make assorted contrib modules build on Windows.
Now that all the MSVC and Mingw buildfarm members seem to be on the same
page about the need for them, we can have some confidence that future
problems of this ilk will be detected promptly; there seems nothing more
to be learned by delaying this fix further.

I chose to mark QueryCancelPending as well, since it's easy to imagine code
that wants to touch ProcDiePending also caring about QueryCancelPending.
src/include/miscadmin.h
src/include/storage/ipc.h
src/include/storage/lwlock.h