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

Commit f3948b5

Browse files
committed
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. Patch by me, reviewed by Michael Paquier. Discussion: http://postgr.es/m/CA+TgmoZ_fFAoU6mrHt9QBs+dcYhN6yXenGTTMRebZNhtwPwHyg@mail.gmail.com
1 parent 33352b9 commit f3948b5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/backend/backup/basebackup.c

-7
Original file line numberDiff line numberDiff line change
@@ -1467,13 +1467,6 @@ is_checksummed_file(const char *fullpath, const char *filename)
14671467
return false;
14681468
}
14691469

1470-
/*****
1471-
* Functions for handling tar file format
1472-
*
1473-
* Copied from pg_dump, but modified to work with libpq for sending
1474-
*/
1475-
1476-
14771470
/*
14781471
* Given the member, write the TAR header & send the file.
14791472
*

0 commit comments

Comments
 (0)