Skip to content

Commit 6f83391

Browse files
danielgustafssonpull[bot]
authored andcommitted
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
1 parent b069ab1 commit 6f83391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/pgstatfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ PG_STAT_GET_RELENTRY_INT64(ins_since_vacuum)
7878
/* pg_stat_get_live_tuples */
7979
PG_STAT_GET_RELENTRY_INT64(live_tuples)
8080

81-
/* pg_stat_get_mods_since_analyze */
81+
/* pg_stat_get_mod_since_analyze */
8282
PG_STAT_GET_RELENTRY_INT64(mod_since_analyze)
8383

8484
/* pg_stat_get_numscans */

0 commit comments

Comments
 (0)