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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect copy-pasto in error message of pg_waldump.c
Date: 2022-12-27 03:18:51
Message-ID: E1pA0UN-000bcO-17@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-12-27 05:37:32 pgsql: Add custom filtering rules to the TAP tests of pg_upgrade
Previous Message Michael Paquier 2022-12-26 23:28:15 pgsql: pg_waldump: Add --save-fullpage=PATH to save full page images fr