pgsql: Remove useless extern keywords

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove useless extern keywords
Дата
Msg-id E1sOIIZ-003nr6-6J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove useless extern keywords

An extern keyword on a function definition (not declaration) is
useless and not the normal style.

Discussion: https://www.postgresql.org/message-id/flat/e0a62134-83da-4ba4-8cdb-ceb0111c95ce@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3fb59e789dd9f21610101d1ec106ad58095e24f3

Modified Files
--------------
src/backend/backup/basebackup_incremental.c | 4 ++--
src/backend/storage/file/fd.c               | 2 +-
src/bin/pg_basebackup/bbstreamer_inject.c   | 2 +-
src/bin/pg_basebackup/bbstreamer_tar.c      | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix copy-paste mistake in PQcancelCreate
Следующее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall.