pgsql: Rename WAIT_* constants to PG_WAIT_*.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Rename WAIT_* constants to PG_WAIT_*.
Дата
Msg-id E1brlE8-0005Cd-GB@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid direct cross-module links in hstore_plperl and ltree_plpyt
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Extend framework from commit 53be0b1ad to report latch waits.