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

From Michael Paquier
Subject pgsql: Fix incorrect copy-pasto in error message of pg_waldump.c
Date
Msg-id E1pA0UN-000bcO-17@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: pg_waldump: Add --save-fullpage=PATH to save full page images fr
Next
From: Michael Paquier
Date:
Subject: pgsql: Add custom filtering rules to the TAP tests of pg_upgrade