1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-17 07:22:20 +02:00

fix windows builds (add forgotten catchup.c into gen_probackup_project.pl)

This commit is contained in:
Mikhail A. Kulagin
2022-02-11 16:58:23 +03:00
parent a454bd7d63
commit 1790a990d2

View File

@ -155,6 +155,7 @@ sub build_pgprobackup
'archive.c',
'backup.c',
'catalog.c',
'catchup.c',
'configure.c',
'data.c',
'delete.c',