Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f057980

Browse files
committed
Fix typo
from 3036401
1 parent 8961355 commit f057980

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11431,7 +11431,7 @@ do_pg_abort_backup(int code, Datum arg)
1143111431

1143211432
if (emit_warning)
1143311433
ereport(WARNING,
11434-
(errmsg("aborting backup due to backend exiting before pg_stop_back up was called")));
11434+
(errmsg("aborting backup due to backend exiting before pg_stop_backup was called")));
1143511435
}
1143611436

1143711437
/*

0 commit comments

Comments
 (0)