aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-08-26 10:33:55 +0200
committerPeter Eisentraut <peter@eisentraut.org>2022-08-26 10:45:01 +0200
commitd4e9bca40309fff78c1a585cdb3dabf6fabfb6f1 (patch)
treea79f0fc220b63e80d748edcccdd3542643ffd77d /src/backend
parent2829cfaf78b6b9d1909ce1dbbdb2839be9697853 (diff)
downloadpostgresql-d4e9bca40309fff78c1a585cdb3dabf6fabfb6f1.tar.gz
postgresql-d4e9bca40309fff78c1a585cdb3dabf6fabfb6f1.zip
Remove obsolete comment
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.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/backup/basebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/backup/basebackup.c b/src/backend/backup/basebackup.c
index 477fba72f71..d4dd047d399 100644
--- a/src/backend/backup/basebackup.c
+++ b/src/backend/backup/basebackup.c
@@ -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"