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/[email protected] 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(-)
