Fix another portability issue from commit 758ce9b77.
Tom Lane <tgl@sss.pgh.pa.us>
Fix another portability issue from commit 758ce9b77. strerror.c now requires strlcpy() in some cases, and a couple of the ecpg libraries did not have that at hand. Pull it in from src/port/ following the usual recipe. Per buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/compatlib/.gitignore | modified | +1 −0 |
| src/interfaces/ecpg/compatlib/Makefile | modified | +3 −3 |
| src/interfaces/ecpg/pgtypeslib/.gitignore | modified | +1 −0 |
| src/interfaces/ecpg/pgtypeslib/Makefile | modified | +3 −3 |