1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Remove obsolete comment

The comment in basebackup.c updated by 33bd4698c1 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.
This commit is contained in:
Peter Eisentraut
2022-08-26 10:33:55 +02:00
parent a8b02587a3
commit ab9717847a

@ -16,7 +16,7 @@
#include <unistd.h> #include <unistd.h>
#include <time.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/backup_manifest.h"
#include "backup/basebackup.h" #include "backup/basebackup.h"
#include "backup/basebackup_sink.h" #include "backup/basebackup_sink.h"