Fix typo.
authorRobert Haas <[email protected]>
Thu, 6 Aug 2020 18:55:00 +0000 (14:55 -0400)
committerRobert Haas <[email protected]>
Thu, 6 Aug 2020 18:55:00 +0000 (14:55 -0400)
Per report from Tom Lane. Previously fixed in master by
commit f057980149ddccd4b862d2c6b3920ed498b0d7ec.

src/backend/access/transam/xlog.c

index 018588187248eab74344633d0c98da83b62a2423..af57d77554e8dd321ad4ae00178a2c73d515345f 100644 (file)
@@ -11223,7 +11223,7 @@ do_pg_abort_backup(int code, Datum arg)
 
    if (emit_warning)
        ereport(WARNING,
-               (errmsg("aborting backup due to backend exiting before pg_stop_back up was called")));
+               (errmsg("aborting backup due to backend exiting before pg_stop_backup was called")));
 }
 
 /*