aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2021-02-09 18:30:40 +0900
committerFujii Masao <fujii@postgresql.org>2021-02-09 18:30:40 +0900
commit890d2182a2c425aaa80f9bf9f7116d31e0c6538e (patch)
treef7ffbf1180744895084e82223ac9f9d6e20988e2 /doc/src
parent3b733fcd04195399db56f73f0616b4f5c6828e18 (diff)
downloadpostgresql-890d2182a2c425aaa80f9bf9f7116d31e0c6538e.tar.gz
postgresql-890d2182a2c425aaa80f9bf9f7116d31e0c6538e.zip
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 9085d2e64c3..ea222c04640 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -10604,19 +10604,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
lock table
</para></entry>
</row>
-
- <row>
- <entry role="catalog_table_entry"><para role="column_definition">
- <structfield>waitstart</structfield> <type>timestamptz</type>
- </para>
- <para>
- Time when the server process started waiting for this lock,
- or null if the lock is held.
- Note that this can be null for a very short period of time after
- the wait started even though <structfield>granted</structfield>
- is <literal>false</literal>.
- </para></entry>
- </row>
</tbody>
</tgroup>
</table>