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

Michael Paquier <michael@paquier.xyz>

Commit: 8d8b89266ca0328d78df319bacd1e809631f2acc
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-06-11T06:48:56Z
Releases: 13.0
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

Files

PathChange+/−
src/bin/pg_rewind/parsexlog.c modified +1 −1
src/common/Makefile modified +0 −1
src/fe_utils/archive.c (from src/common/fe_archive.c) renamed +3 −7
src/fe_utils/Makefile modified +1 −0
src/include/fe_utils/archive.h (from src/include/common/fe_archive.h) renamed +2 −2
src/tools/msvc/Mkvcbuild.pm modified +4 −4

Discussion