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

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Display the time when the process started waiting for th
Date: 2021-02-09 09:34:09
Message-ID: E1l9PPN-00074i-Rp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-02-09 19:38:55 pgsql: Fix obsolete FSM remarks in nbtree README.
Previous Message Fujii Masao 2021-02-09 09:12:28 pgsql: Display the time when the process started waiting for the lock,