mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Move routine building restore_command to src/common/
restore_command has only been used until now by the backend, but there is a pending patch for pg_rewind to make use of that in the frontend. Author: Alexey Kondratov Reviewed-by: Andrey Borodin, Andres Freund, Alvaro Herrera, Alexander Korotkov, Michael Paquier Discussion: https://postgr.es/m/a3acff50-5a0d-9a2c-b3b2-ee36168955c1@postgrespro.ru
This commit is contained in:
@ -120,6 +120,7 @@ sub mkvcbuild
|
||||
}
|
||||
|
||||
our @pgcommonallfiles = qw(
|
||||
archive.c
|
||||
base64.c config_info.c controldata_utils.c d2s.c encnames.c exec.c
|
||||
f2s.c file_perm.c hashfn.c ip.c jsonapi.c
|
||||
keywords.c kwlookup.c link-canary.c md5.c
|
||||
|
Reference in New Issue
Block a user