mirror of
https://github.com/postgres/postgres.git
synced 2026-07-04 07:15:50 -04:00
Fix typo in comment.
Tomonari Katsumata
This commit is contained in:
parent
150a9df528
commit
787064cd00
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue