bufmgr: Remove buffer-write-dirty tracepoints

Andres Freund <andres@anarazel.de>

Commit: 8a2b1b147728b11f6df569081d121b9e3135109d
Author: Andres Freund <andres@anarazel.de>
Date: 2023-04-04T01:02:41Z
Releases: 16.0
bufmgr: Remove buffer-write-dirty tracepoints

The trace point was using the relfileno / fork / block for the to-be-read-in
buffer. Some upcoming work would make that more expensive to provide. We still
have buffer-flush-start/done, which can serve most tracing needs that
buffer-write-dirty could serve.

Discussion: https://postgr.es/m/f5164e7a-eef6-8972-75a3-8ac622ed0c6e@iki.fi

Files

PathChange+/−
doc/src/sgml/monitoring.sgml modified +0 −17
src/backend/storage/buffer/bufmgr.c modified +0 −10
src/backend/utils/probes.d modified +0 −2

Documentation touched

Discussion