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

From Daniel Gustafsson
Subject pgsql: Fix function name in comment
Date
Msg-id E1qyBXA-003R2f-Jj@gemulon.postgresql.org
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 <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20231101.172308.1740861597185391383.horikyota.ntt@gmail.com
Backpatch-through: v16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f852cccd96c6dafd7d23fb4ab073df8d370eb94

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Expand section related to LWLocks and shared memory
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix function name in comment