]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Move frontend-side archive APIs from src/common/ to src/fe_utils/
authorMichael Paquier <michael@paquier.xyz>
Thu, 11 Jun 2020 06:48:56 +0000 (15:48 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 11 Jun 2020 06:48:56 +0000 (15:48 +0900)
commit8d8b89266ca0328d78df319bacd1e809631f2acc
tree8b0219b0485cac15f08de0051ec2c2c7eb5d79f7
parentd6d3f8bc8433f00a43eaf936e75c757bfd743702
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
src/bin/pg_rewind/parsexlog.c
src/common/Makefile
src/fe_utils/Makefile
src/fe_utils/archive.c [moved from src/common/fe_archive.c with 94% similarity]
src/include/fe_utils/archive.h [moved from src/include/common/fe_archive.h with 91% similarity]
src/tools/msvc/Mkvcbuild.pm