Rename WAIT_* constants to PG_WAIT_*.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/connection.c | modified | +1 −1 |
| src/backend/postmaster/pgstat.c | modified | +18 −18 |
| src/backend/storage/buffer/bufmgr.c | modified | +1 −1 |
| src/backend/storage/ipc/standby.c | modified | +2 −2 |
| src/backend/storage/lmgr/lwlock.c | modified | +4 −4 |
| src/backend/storage/lmgr/proc.c | modified | +1 −1 |
| src/include/pgstat.h | modified | +13 −13 |
| src/test/modules/test_shm_mq/setup.c | modified | +1 −1 |
| src/test/modules/test_shm_mq/test.c | modified | +1 −1 |
| src/test/modules/worker_spi/worker_spi.c | modified | +1 −1 |