diff options
| author | Andres Freund | 2025-12-03 23:38:20 +0000 |
|---|---|---|
| committer | Andres Freund | 2025-12-03 23:38:20 +0000 |
| commit | 6c5c393b74031351721f8a44e55bfaf6f249eefb (patch) | |
| tree | 7760cb5828250a557b64fc281bba1c695b6b74b5 /doc/src | |
| parent | 7902a47c20b1d5c0b7d20071f9ada6a0185bf39b (diff) | |
Rename BUFFERPIN wait event class to BUFFER
In an upcoming patch more wait events will be added to the wait event
class (for buffer locking), making the current name too
specific. Alternatively we could introduce a dedicated wait event class for
those, but it seems somewhat confusing to have a BUFFERPIN and a BUFFER wait
event class.
Reviewed-by: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://postgr.es/m/fvfmkr5kk4nyex56ejgxj3uzi63isfxovp2biecb4bspbjrze7@az2pljabhnff
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index e0556b6baac..039d73691be 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1053,11 +1053,9 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser </entry> </row> <row> - <entry><literal>BufferPin</literal></entry> - <entry>The server process is waiting for exclusive access to - a data buffer. Buffer pin waits can be protracted if - another process holds an open cursor that last read data from the - buffer in question. See <xref linkend="wait-event-bufferpin-table"/>. + <entry><literal>Buffer</literal></entry> + <entry>The server process is waiting for access to a data buffer. + See <xref linkend="wait-event-buffer-table"/>. </entry> </row> <row> |
