]> granicus.if.org Git - postgresql/commit
Fix another portability issue from commit 758ce9b77.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Sep 2018 23:03:33 +0000 (19:03 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Sep 2018 23:03:40 +0000 (19:03 -0400)
commitce4887bd025b95c7b455fefd817a418844c6aad3
treec3e1a49c414ca746641296a6a6c8a86b72a4d5f4
parentba16aade337b16028d1e9e156d83417097c13817
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.
src/interfaces/ecpg/compatlib/.gitignore
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/pgtypeslib/.gitignore
src/interfaces/ecpg/pgtypeslib/Makefile