Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier <michael@paquier.xyz>
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
| Path | Change | +/− |
|---|---|---|
| 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
- [Patch] pg_rewind: options to use restore_command from recovery.conf or command line 100 messages · 2018-10-19 → 2020-06-12