pgsql: Fix error message on short read of pg_control

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix error message on short read of pg_control
Дата
Msg-id E1fJhis-00040Z-Nj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/048caa5560da33d63bbcbb2063c8ecd48994c99b

Modified Files
--------------
src/backend/access/transam/xlog.c | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: MSVC builds must use a separate stamp file for copyinggenerated
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Small improvement for plpgsql regression test.