]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove obsolete comment
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 26 Aug 2022 08:33:55 +0000 (10:33 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 26 Aug 2022 08:45:01 +0000 (10:45 +0200)
commitd4e9bca40309fff78c1a585cdb3dabf6fabfb6f1
treea79f0fc220b63e80d748edcccdd3542643ffd77d
parent2829cfaf78b6b9d1909ce1dbbdb2839be9697853
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.
src/backend/backup/basebackup.c