Thread: pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils
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 ------ REL_13_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8d8b89266ca0328d78df319bacd1e809631f2acc 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(-)