from 303640199d
This commit is contained in:
Peter Eisentraut 2020-04-26 13:48:33 +02:00
parent 896135512e
commit f057980149
1 changed files with 1 additions and 1 deletions

View File

@ -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")));
}
/*