]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 Apr 2014 10:11:49 +0000 (13:11 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 Apr 2014 10:11:49 +0000 (13:11 +0300)
Tomonari Katsumata

src/backend/access/transam/xlog.c

index 0b4a5f68a999816545584e0a3b5d22a384c5c828..3551d94e223b829e5a01ebeb1079ce2e018de245 100644 (file)
@@ -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_stop_backup() needs to be finished
+ * backup_label. A backup started with pg_start_backup() needs to be finished
  * with pg_stop_backup().
  */
 void