pgstat: fix function name in comment.

Introduced in 3fa17d3771.
This commit is contained in:
Andres Freund 2022-03-22 08:15:40 -07:00
parent 90efa2f556
commit ce8c978295
1 changed files with 1 additions and 1 deletions

View File

@ -2132,7 +2132,7 @@ pgstat_get_tab_entry(PgStat_StatDBEntry *dbentry, Oid tableoid, bool create)
}
/* ----------
* pgstat_replslot_entry
* pgstat_get_replslot_entry
*
* Return the entry of replication slot stats with the given name. Return
* NULL if not found and the caller didn't request to create it.