projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150a9df
)
Fix typo in comment.
author
Heikki Linnakangas
Thu, 10 Apr 2014 10:11:49 +0000
(13:11 +0300)
committer
Heikki Linnakangas
Thu, 10 Apr 2014 10:11:49 +0000
(13:11 +0300)
Tomonari Katsumata
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index 0b4a5f68a999816545584e0a3b5d22a384c5c828..3551d94e223b829e5a01ebeb1079ce2e018de245 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-10245,7
+10245,7
@@
do_pg_stop_backup(char *labelfile, bool waitforarchive, TimeLineID *stoptli_p)
* an error handler.
*
* NB: This is only for aborting a non-exclusive backup that doesn't write
- * backup_label. A backup started with pg_st
op
_backup() needs to be finished
+ * backup_label. A backup started with pg_st
art
_backup() needs to be finished
* with pg_stop_backup().
*/
void