Skip to content

Commit ce8c978

Browse files
committed
pgstat: fix function name in comment.
Introduced in 3fa17d3.
1 parent 90efa2f commit ce8c978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/pgstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ pgstat_get_tab_entry(PgStat_StatDBEntry *dbentry, Oid tableoid, bool create)
21322132
}
21332133

21342134
/* ----------
2135-
* pgstat_replslot_entry
2135+
* pgstat_get_replslot_entry
21362136
*
21372137
* Return the entry of replication slot stats with the given name. Return
21382138
* NULL if not found and the caller didn't request to create it.

0 commit comments

Comments
 (0)