diff options
author | Andres Freund <andres@anarazel.de> | 2022-03-22 08:15:40 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-03-22 08:15:40 -0700 |
commit | ce8c978295a55912dc81f9fbcd4f9f6d35379224 (patch) | |
tree | d328210f7f3643c033dea3f51932c44b8cf38bea /src | |
parent | 90efa2f5565d28054c30c18f6a2f17f94fdff91e (diff) | |
download | postgresql-ce8c978295a55912dc81f9fbcd4f9f6d35379224.tar.gz postgresql-ce8c978295a55912dc81f9fbcd4f9f6d35379224.zip |
pgstat: fix function name in comment.
Introduced in 3fa17d37716.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/postmaster/pgstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c index 1e7adc27b9d..c10311e0366 100644 --- a/src/backend/postmaster/pgstat.c +++ b/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. |