mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 02:11:28 -05:00
Fix typo.
Per report from Tom Lane. Previously fixed in master by
commit f057980149.
This commit is contained in:
parent
bcbc27251d
commit
7c78040f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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")));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue