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

Commit 787064c

Browse files
committed
Fix typo in comment.
Tomonari Katsumata
1 parent 150a9df commit 787064c

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
@@ -10245,7 +10245,7 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive, TimeLineID *stoptli_p)
1024510245
* an error handler.
1024610246
*
1024710247
* NB: This is only for aborting a non-exclusive backup that doesn't write
10248-
* backup_label. A backup started with pg_stop_backup() needs to be finished
10248+
* backup_label. A backup started with pg_start_backup() needs to be finished
1024910249
* with pg_stop_backup().
1025010250
*/
1025110251
void

0 commit comments

Comments
 (0)