postgresql/src/fe_utils
Michael Paquier a3b2bf1fe7 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
2020-06-11 15:48:46 +09:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
archive.c Move frontend-side archive APIs from src/common/ to src/fe_utils/ 2020-06-11 15:48:46 +09:00
cancel.c Rethink definition of cancel.c's CancelRequested flag. 2020-06-07 13:07:34 -04:00
conditional.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Makefile Move frontend-side archive APIs from src/common/ to src/fe_utils/ 2020-06-11 15:48:46 +09:00
mbprint.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
print.c Add SQL type xid8 to expose FullTransactionId to users. 2020-04-07 12:03:59 +12:00
psqlscan.l Reduce size of backend scanner's tables. 2020-01-13 15:04:31 -05:00
recovery_gen.c Fix bug in pg_basebackup -F plain -R. 2020-02-12 09:08:22 +09:00
simple_list.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
string_utils.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00