Fix a typo in pgstatfuncs.c

From: "Drouvot, Bertrand" <bdrouvot(at)amazon(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix a typo in pgstatfuncs.c
Date: 2022-08-10 07:52:02
Message-ID: 1689f305-a57a-1257-c003-2ea9aeb6efc3@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

It seems like there's the following typo in pgstatfuncs.c:

-               /* Values only available to role member or
pg_read_all_stats */
+               /* Values only available to role member of
pg_read_all_stats */

Attaching a tiny patch to fix it.

Regards,

--
Bertrand Drouvot
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v1-0001-fix-a-typo-in-pgstatfuncs.c.patch text/plain 518 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2022-08-10 07:57:33 Re: Using each rel as both outer and inner for JOIN_ANTI
Previous Message Drouvot, Bertrand 2022-08-10 07:37:01 Re: shared-memory based stats collector - v70