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

Commit d4e9bca

Browse files
committed
Remove obsolete comment
The comment in basebackup.c updated by 33bd469 was actually obsolete to begin with, since the symbols it was referring to haven't existed in that header file for quite some time. The header file is still needed for other reasons, though, so keep the #include, just drop the comment.
1 parent 2829cfa commit d4e9bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/backup/basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <unistd.h>
1717
#include <time.h>
1818

19-
#include "access/xlog_internal.h" /* for pg_backup_start/stop */
19+
#include "access/xlog_internal.h"
2020
#include "backup/backup_manifest.h"
2121
#include "backup/basebackup.h"
2222
#include "backup/basebackup_sink.h"

0 commit comments

Comments
 (0)