mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
The conname variable was not initialized in some code paths, resulting in error reports referring to the "unnamed" connection rather than the correct connection name. Author: Rushabh Lathia <rushabh.lathia@gmail.com>