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

Started by Michael Paquierover 3 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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(-)