From 946fe92ab57f939ec603fc9dcd3328143163b00d Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Thu, 2 Feb 2023 14:51:56 -0500
Subject: [PATCH 2/3] Remove an old comment that doesn't seem especially
 useful.

The functions that follow are concerned with various things, of
which the tar format is only one, so this comment doesn't really
seem helpful. The file isn't really divided into sections in the
way that this comment seems to contemplate -- or at least, not
any more.
---
 src/backend/backup/basebackup.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/backend/backup/basebackup.c b/src/backend/backup/basebackup.c
index 1be55e485f..6547e37d12 100644
--- a/src/backend/backup/basebackup.c
+++ b/src/backend/backup/basebackup.c
@@ -1467,13 +1467,6 @@ is_checksummed_file(const char *fullpath, const char *filename)
 		return false;
 }
 
-/*****
- * Functions for handling tar file format
- *
- * Copied from pg_dump, but modified to work with libpq for sending
- */
-
-
 /*
  * Given the member, write the TAR header & send the file.
  *
-- 
2.37.1 (Apple Git-137.1)

