pgsql: Rephrase some not-supported error messages in pg_hba.conf proces

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rephrase some not-supported error messages in pg_hba.conf proces
Date: 2011-04-26 19:56:50
Message-ID: E1QEoNO-0005TX-Ob@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rephrase some not-supported error messages in pg_hba.conf processing.

In a couple of places we said "not supported on this platform" for cases
that aren't really platform-specific, but could depend on configuration
options such as --with-openssl. Use "not supported by this build" instead,
as that doesn't convey the impression that you can't fix it without moving
to another OS; that's also more consistent with the wording used for an
identical error case in guc.c.

No back-patch, as the clarity gain is small enough to not be worth
burdening translators with back-branch changes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/71e7083532d8f6ad0cf345c3cc534b0307e816a8

Modified Files
--------------
src/backend/libpq/hba.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-04-27 03:43:46 pgsql: Reword documentation for NUMERIC with no specified precision.
Previous Message Tom Lane 2011-04-26 19:40:36 pgsql: Complain if pg_hba.conf contains "hostssl" but SSL is disabled.