mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Revert "Display the time when the process started waiting for the lock, in pg_locks."
This reverts commit 3b733fcd04
.
Per buildfarm members prion and rorqual.
This commit is contained in:
@@ -10604,19 +10604,6 @@ SCRAM-SHA-256$<replaceable><iteration count></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>
|
||||
|
Reference in New Issue
Block a user