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

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

From
Michael Paquier
Date:
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(-)