pgsql: Revert "Display the time when the process started waiting for th - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Revert "Display the time when the process started waiting for th
Date
Msg-id E1l9PPN-00074i-Rp@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Display the time when the process started waiting for the lock,
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix obsolete FSM remarks in nbtree README.