pgsql: Fix garbled process name on backend crash

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix garbled process name on backend crash
Date: 2024-08-19 06:49:22
Message-ID: E1sfwCg-000OQG-7V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix garbled process name on backend crash

The log message on backend crash used wrong variable, which could be
uninitialized. Introduced in commit 28a520c0b7.

Reported-by: Alexander Lakhin
Discussion: https://www.postgresql.org/message-id/451b0797-83b8-cdbc-727f-8d7a7b0e3bca@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/56d23855c864b7384970724f3ad93fb0fc319e51

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-08-19 10:28:19 pgsql: Fix harmless LC_COLLATE[_MASK] confusion.
Previous Message Michael Paquier 2024-08-19 03:37:32 Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe