Remove obsolete comment
authorPeter Eisentraut <[email protected]>
Fri, 26 Aug 2022 08:33:55 +0000 (10:33 +0200)
committerPeter Eisentraut <[email protected]>
Fri, 26 Aug 2022 08:44:50 +0000 (10:44 +0200)
The comment in basebackup.c updated by 33bd4698c11 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.

src/backend/backup/basebackup.c

index 715428029b35cd1945dab17ed42438a5849c0697..3bf3aa6faabf06e543b6d38906cc3a9f9f4a6356 100644 (file)
@@ -16,7 +16,7 @@
 #include <unistd.h>
 #include <time.h>
 
-#include "access/xlog_internal.h"      /* for pg_backup_start/stop */
+#include "access/xlog_internal.h"
 #include "backup/backup_manifest.h"
 #include "backup/basebackup.h"
 #include "backup/basebackup_sink.h"