pgsql: Rename WAIT_* constants to PG_WAIT_*. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Rename WAIT_* constants to PG_WAIT_*.
Date
Msg-id E1brlE8-0005Cd-GB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid direct cross-module links in hstore_plperl and ltree_plpyt
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Extend framework from commit 53be0b1ad to report latch waits.