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