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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user