bufmgr: Remove buffer-write-dirty tracepoints
authorAndres Freund <andres@anarazel.de>
Tue, 4 Apr 2023 01:02:41 +0000 (18:02 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 4 Apr 2023 01:02:41 +0000 (18:02 -0700)
commit8a2b1b147728b11f6df569081d121b9e3135109d
treee323e4e7220e4e4dde0d4f4de4a5a381aa6d32a8
parent05a304a855104a8eb6394e044bfbc8e761a4d635
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
doc/src/sgml/monitoring.sgml
src/backend/storage/buffer/bufmgr.c
src/backend/utils/probes.d