Add strlcpy() to the set of functions supported by src/port/ when not

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 996b203e621bc76985ff0156b4f2ef720944b41b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-27T16:29:46Z
Releases: 8.2.0
Add strlcpy() to the set of functions supported by src/port/ when not
available directly on the platform.  Per discussion, this function is
sufficiently widely recognized to be treated as standard.

Files

PathChange+/−
configure modified +2 −1
configure.in modified +2 −2
src/include/pg_config.h.in modified +3 −0
src/include/port.h modified +6 −2
src/port/strlcpy.c added +67 −0