pgstat: fix function name in comment.

Introduced in 3fa17d3771.
pull/81/head
Andres Freund 4 years ago
parent 90efa2f556
commit ce8c978295
  1. 2
      src/backend/postmaster/pgstat.c

@ -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.

Loading…
Cancel
Save