pgsql: PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inpro

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inpro
Дата
Msg-id E1WFClP-0003YA-Bk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fa1f0d785921b34a98562a806aed2c3d34aaf7be

Modified Files
--------------
src/include/miscadmin.h      |    4 ++--
src/include/storage/ipc.h    |    2 +-
src/include/storage/lwlock.h |    2 +-
3 files changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unportable coding in tarCreateHeader().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.