pgsql: Fix function name in comment - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix function name in comment
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Fix function name in comment

The name of the function resulting from the macro expansion was
incorrectly stated.

Backpatch to 16 where it was introduced.

Author: Kyotaro Horiguchi <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: v16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1155daef60548914e637b039d7b96cd824d0b71f

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix function name in comment
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: add reference to wire protocol details