Обсуждение: pgsql: Fix error message on short read of pg_control

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

pgsql: Fix error message on short read of pg_control

От
Magnus Hagander
Дата:
Fix error message on short read of pg_control

Instead of saying "error: success", indicate that we got a working read
but it was too short.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/830e8e3609d003e320b963a7fa7c1432e10d8766

Modified Files
--------------
src/backend/access/transam/xlog.c | 16 ++++++++++++----
src/common/controldata_utils.c    | 35 ++++++++++++++++++++++++++---------
2 files changed, 38 insertions(+), 13 deletions(-)