pgsql: Remove obsolete comment

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove obsolete comment
Дата
Msg-id E1oRUy1-001Gh2-42@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Fix typo in comment.
Следующее
От: John Naylor
Дата:
Сообщение: pgsql: Use SSE2 in is_valid_ascii() where available.