mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 12:37:39 +08:00
As originally committed, get_controlfile() used a non-standard approach to error logging. Make it consistent with the majority of error logging done in src/common. Applies to master only.