pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils
Дата
Msg-id E1jjH1Y-0005V3-Jq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move frontend-side archive APIs from src/common/ to src/fe_utils/

fe_archive.c was compiled only for the frontend in src/common/, but as
it will never share anything with the backend, it makes most sense to
move this file to src/fe_utils/.

Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/e9766d71-8655-ac86-bdf6-77e0e7169977@2ndquadrant.com
Backpatch-through: 13

Branch
------
master

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

Modified Files
--------------
src/bin/pg_rewind/parsexlog.c                           |  2 +-
src/common/Makefile                                     |  1 -
src/fe_utils/Makefile                                   |  1 +
src/{common/fe_archive.c => fe_utils/archive.c}         | 10 +++-------
src/include/{common/fe_archive.h => fe_utils/archive.h} |  4 ++--
src/tools/msvc/Mkvcbuild.pm                             |  8 ++++----
6 files changed, 11 insertions(+), 15 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fold AlterForeignTableStmt into AlterTableStmt
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Refactor DROP LANGUAGE grammar