diff options
| author | Michael Paquier | 2020-06-11 06:48:46 +0000 |
|---|---|---|
| committer | Michael Paquier | 2020-06-11 06:48:46 +0000 |
| commit | a3b2bf1fe7ce7cf88af6af2c100c6ed61c976780 (patch) | |
| tree | 0c9d7cfa4b43b461aaddad0b5c37adfe1be8dfe6 /src/bin | |
| parent | c4325cefba512772efc108baf8ef7182c3833716 (diff) | |
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
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_rewind/parsexlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/parsexlog.c b/src/bin/pg_rewind/parsexlog.c index d637f5eb771..bc6f9769941 100644 --- a/src/bin/pg_rewind/parsexlog.c +++ b/src/bin/pg_rewind/parsexlog.c @@ -19,7 +19,7 @@ #include "catalog/pg_control.h" #include "catalog/storage_xlog.h" #include "commands/dbcommands_xlog.h" -#include "common/fe_archive.h" +#include "fe_utils/archive.h" #include "filemap.h" #include "pg_rewind.h" |
