pgsql: Fix references to renamed function in comments

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix references to renamed function in comments
Date: 2024-03-05 16:31:23
Message-ID: E1rhXhL-002Eij-Cj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix references to renamed function in comments

I renamed the function in commit 024c521117, but missed these
comments.

Reported-by: Richard Guo
Discussion: https://www.postgresql.org/message-id/CAMbWs4-jR6qc7JRMKwz-zXQy_AYLUZ3PHjGep4B91of321cqWw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/activity/backend_status.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-03-05 17:16:14 pgsql: Update sepgsql expected output.
Previous Message Alvaro Herrera 2024-03-05 16:19:35 Re: pgsql: Fix search_path to a safe value during maintenance operations.