Commit f0579801 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

from 30364019
parent 89613551
......@@ -11431,7 +11431,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")));
}
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment