pgsql: Fix garbled process name on backend crash - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix garbled process name on backend crash
Date
Msg-id E1sfwCg-000OQG-7V@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix harmless LC_COLLATE[_MASK] confusion.