Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1155dae

Browse files
Fix function name in comment
The name of the function resulting from the macro expansion wasincorrectly 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.comBackpatch-through: v16
1 parent664f308 commit1155dae

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)

[8]ページ先頭

©2009-2025 Movatter.jp