pgsql: Fix error message in pg_verify_checksums

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix error message in pg_verify_checksums
Date: 2019-03-18 23:53:53
Message-ID: E1h624n-0002GU-Cs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error message in pg_verify_checksums

5864d24 has introduced a new error message, and I somewhat managed to
fail adapting the back-patched version correctly with the tool name.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/31eb62d55ed97f9879f0bc0df2ba5c03dd76b0a6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Gierth 2019-03-19 01:38:22 pgsql: Implement OR REPLACE option for CREATE AGGREGATE.
Previous Message Tom Lane 2019-03-18 21:55:11 pgsql: Fix memory leak in printtup.c.