Add strlcpy() to the set of functions supported by src/port/ when not
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |