Обсуждение: pgsql: Fix inappropriate error messages for Hot Standby misconfiguratio

Поиск
Список
Период
Сортировка

pgsql: Fix inappropriate error messages for Hot Standby misconfiguratio

От
Tom Lane
Дата:
Fix inappropriate error messages for Hot Standby misconfiguration errors.

Give the correct name of the GUC parameter being complained of.
Also, emit a more suitable SQLSTATE (INVALID_PARAMETER_VALUE,
not the default INTERNAL_ERROR).

Gurjeet Singh, errcode adjustment by me

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/18730f8d4739468d668322f5ca0a0d6022df6fe6

Modified Files
--------------
src/backend/access/transam/xlog.c |    9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)