pgsql: Fix a leftover reference to backend_id in comment

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a leftover reference to backend_id in comment
Date: 2024-03-05 07:15:29
Message-ID: E1rhP1N-002ALK-7B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a leftover reference to backend_id in comment

Commit 024c521117 replaced backend_id with proc_number.

Reported-by: Alexander Lakhin

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55cdba2647ed6bbe1126c6b6d8f53e8602ec05a1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-05 10:28:50 pgsql: Rename pg_constraint.conwithoutoverlaps to conperiod
Previous Message Jeff Davis 2024-03-05 03:43:33 pgsql: Fix buildfarm failures from 2af07e2f74.