aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-11-01 11:46:30 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-11-01 11:46:30 +0100
commit0f852cccd96c6dafd7d23fb4ab073df8d370eb94 (patch)
tree909bd06c1c29cb1fb46e22471151267c97b49156 /src/backend/utils/adt/pgstatfuncs.c
parentfe705ef6fc1d1b4b48aea94a1dd2835a6630dacf (diff)
downloadpostgresql-0f852cccd96c6dafd7d23fb4ab073df8d370eb94.tar.gz
postgresql-0f852cccd96c6dafd7d23fb4ab073df8d370eb94.zip
Fix function name in comment
The name of the function resulting from the macro expansion was incorrectly stated. Backpatch to 16 where it was introduced. Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Discussion: https://postgr.es/m/20231101.172308.1740861597185391383.horikyota.ntt@gmail.com Backpatch-through: v16
Diffstat (limited to 'src/backend/utils/adt/pgstatfuncs.c')
-rw-r--r--src/backend/utils/adt/pgstatfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/pgstatfuncs.c b/src/backend/utils/adt/pgstatfuncs.c
index 28ee97968b8..1fb8b318630 100644
--- a/src/backend/utils/adt/pgstatfuncs.c
+++ b/src/backend/utils/adt/pgstatfuncs.c
@@ -78,7 +78,7 @@ PG_STAT_GET_RELENTRY_INT64(ins_since_vacuum)
/* pg_stat_get_live_tuples */
PG_STAT_GET_RELENTRY_INT64(live_tuples)
-/* pg_stat_get_mods_since_analyze */
+/* pg_stat_get_mod_since_analyze */
PG_STAT_GET_RELENTRY_INT64(mod_since_analyze)
/* pg_stat_get_numscans */