pgsql: Fix incorrect function name reference

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect function name reference
Date: 2023-04-20 22:46:27
Message-ID: E1ppd2o-0043NR-Bk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect function name reference

This function was renamed in 0c9d84427 but this comment wasn't updated.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d91d1635292a290191339b868bcc71ef42ca50ce

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-04-20 23:42:53 pgsql: Remove unused global variable
Previous Message Michael Paquier 2023-04-20 22:24:04 pgsql: Remove io prefix from pg_stat_io columns