Revert "Display the time when the process started waiting for the lock, in pg_locks."
Fujii Masao <fujii@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/amcheck/expected/check_btree.out | modified | +2 −2 |
| doc/src/sgml/catalogs.sgml | modified | +0 −13 |
| src/backend/storage/ipc/standby.c | modified | +1 −23 |
| src/backend/storage/lmgr/lock.c | modified | +0 −8 |
| src/backend/storage/lmgr/proc.c | modified | +0 −19 |
| src/backend/utils/adt/lockfuncs.c | modified | +1 −8 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +3 −3 |
| src/include/storage/lock.h | modified | +0 −3 |
| src/include/storage/proc.h | modified | +0 −2 |
| src/test/regress/expected/rules.out | modified | +2 −3 |