Fix typo.
Per report from Tom Lane. Previously fixed in master by commit f057980149ddccd4b862d2c6b3920ed498b0d7ec.
This commit is contained in:
parent
f7013683d9
commit
495a9b1fbf
@ -11364,7 +11364,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")));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user