]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Refactor pg_stat_get_lock() to use a helper function
authorMichael Paquier <michael@paquier.xyz>
Tue, 30 Jun 2026 07:24:34 +0000 (16:24 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 30 Jun 2026 07:24:34 +0000 (16:24 +0900)
commitdfe7d17e00665875639e905fa385231dacc57c4e
tree63153d62b35b6a0b3783b0a2f68a89a6de77ab61
parent7905416eef9b2ad2ff8783330d830ef2c28bef2a
Refactor pg_stat_get_lock() to use a helper function

This commit extracts the tuple-building logic from pg_stat_get_lock()
into a new static helper pg_stat_lock_build_tuples().  This is in
preparation for a follow-up patch, to add support for backend-level lock
stats, which will reuse the same helper.

This change follows the pattern established by pg_stat_io_build_tuples()
for IO stats and pg_stat_wal_build_tuple() for WAL stats.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Reviewed-by: Tatsuya Kawata <kawatatatsuya0913@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Tristan Partin <tristan@partin.io>
Reviewed-by: Rui Zhao <zhaorui126@gmail.com>
Discussion: https://postgr.es/m/aiAzEY+cMQb/W8yu@bdtpg
src/backend/utils/adt/pgstatfuncs.c