pgsql: Make get_controlfile() error logging consistent with src/common

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make get_controlfile() error logging consistent with src/common
Date: 2016-03-07 23:16:07
Message-ID: E1ad4Nj-000264-1Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make get_controlfile() error logging consistent with src/common

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7b077af5000cb94b8547b62ee45697cf6bf806ef

Modified Files
--------------
src/common/controldata_utils.c | 40 +++++++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-03-08 01:37:58 pgsql: Fix uninstall target in tsearch Makefile
Previous Message Andres Freund 2016-03-07 22:26:23 pgsql: Further improvements to c8f621c43.