pgsql: Revert "Display the time when the process started waiting for th

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Revert "Display the time when the process started waiting for th
Дата
Msg-id E1l9PPN-00074i-Rp@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Display the time when the process started waiting for the lock, in pg_locks."

This reverts commit 3b733fcd04195399db56f73f0616b4f5c6828e18.

Per buildfarm members prion and rorqual.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/890d2182a2c425aaa80f9bf9f7116d31e0c6538e

Modified Files
--------------
contrib/amcheck/expected/check_btree.out |  4 ++--
doc/src/sgml/catalogs.sgml               | 13 -------------
src/backend/storage/ipc/standby.c        | 24 +-----------------------
src/backend/storage/lmgr/lock.c          |  8 --------
src/backend/storage/lmgr/proc.c          | 19 -------------------
src/backend/utils/adt/lockfuncs.c        |  9 +--------
src/include/catalog/catversion.h         |  2 +-
src/include/catalog/pg_proc.dat          |  6 +++---
src/include/storage/lock.h               |  3 ---
src/include/storage/proc.h               |  2 --
src/test/regress/expected/rules.out      |  5 ++---
11 files changed, 10 insertions(+), 85 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Display the time when the process started waiting for the lock,
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Fix obsolete FSM remarks in nbtree README.