Move rmtree() from libpgport to libpgcommon
Peter Eisentraut <peter_e@gmx.net>
Move rmtree() from libpgport to libpgcommon It requires pgfnames() from libpgcommon.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/nls.mk | modified | +1 −1 |
| src/common/Makefile | modified | +1 −1 |
| src/common/rmtree.c | added | +131 −0 |
| src/port/dirmod.c | modified | +0 −110 |
| src/tools/msvc/Mkvcbuild.pm | modified | +1 −1 |