Rename WAIT_* constants to PG_WAIT_*. Windows apparently has a constant named WAIT_TIMEOUT, and some of these other names are pretty generic, too. Insert "PG_" at the front of each name in order to disambiguate.
Michael Paquier Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/d2ce38e204583bc444eebffd800d492cf56e3b38 Modified Files -------------- contrib/postgres_fdw/connection.c | 2 +- src/backend/postmaster/pgstat.c | 36 ++++++++++++++++---------------- src/backend/storage/buffer/bufmgr.c | 2 +- src/backend/storage/ipc/standby.c | 4 ++-- src/backend/storage/lmgr/lwlock.c | 8 +++---- src/backend/storage/lmgr/proc.c | 2 +- src/include/pgstat.h | 26 +++++++++++------------ src/test/modules/test_shm_mq/setup.c | 2 +- src/test/modules/test_shm_mq/test.c | 2 +- src/test/modules/worker_spi/worker_spi.c | 2 +- 10 files changed, 43 insertions(+), 43 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
