Skip to content

Commit b558298

Browse files
author
hackorum
committed
Apply v1-0001-fix-a-typo-in-pgstatfuncs.c.patch
1 parent 1d1d7b0 commit b558298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/utils/adt/pgstatfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ pg_stat_get_activity(PG_FUNCTION_ARGS)
411411
else
412412
nulls[16] = true;
413413

414-
/* Values only available to role member or pg_read_all_stats */
414+
/* Values only available to role member of pg_read_all_stats */
415415
if (HAS_PGSTAT_PERMISSIONS(beentry->st_userid))
416416
{
417417
char *clipped_activity;

0 commit comments

Comments
 (0)