pgsql: Fix incorrect copy-pasto in error message of pg_waldump.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix incorrect copy-pasto in error message of pg_waldump.c
Дата
Msg-id E1pA0UN-000bcO-17@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect copy-pasto in error message of pg_waldump.c

The error message used on fclose() failure was incorrect, so fix it.
Oversight in d497093, that I have somehow managed to miss.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2259c661dc4ecd88ac22b5358248f47ca5a5d4fc

Modified Files
--------------
src/bin/pg_waldump/pg_waldump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: pg_waldump: Add --save-fullpage=PATH to save full page images fr
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add custom filtering rules to the TAP tests of pg_upgrade