pgsql: Remove obsolete comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comment
Date: 2022-08-26 08:45:30
Message-ID: E1oRUy1-001Gh3-4q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d4e9bca40309fff78c1a585cdb3dabf6fabfb6f1

Modified Files
--------------
src/backend/backup/basebackup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-08-26 08:59:50 pgsql: Use SSE2 in is_valid_ascii() where available.
Previous Message Etsuro Fujita 2022-08-26 08:07:18 pgsql: Fix typo in comment.