1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Move rmtree() from libpgport to libpgcommon

It requires pgfnames() from libpgcommon.
This commit is contained in:
Peter Eisentraut
2013-10-19 10:20:51 -04:00
parent ba7c5975ad
commit 2e6bc4b806
5 changed files with 134 additions and 113 deletions

View File

@@ -74,7 +74,7 @@ sub mkvcbuild
win32error.c win32setlocale.c);
our @pgcommonallfiles = qw(
exec.c pgfnames.c relpath.c wait_error.c);
exec.c pgfnames.c relpath.c rmtree.c wait_error.c);
our @pgcommonfrontendfiles = (@pgcommonallfiles, qw(fe_memutils.c));