Remove obsolete defense against strxfrm() bugs.

Thomas Munro <tmunro@postgresql.org>

Commit: 7d3d72b55edd1b7552a9a358991555994efab0e9
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2023-04-20T01:20:14Z
Releases: 16.0
Remove obsolete defense against strxfrm() bugs.

Old versions of Solaris and illumos had buffer overrun bugs in their
strxfrm() implementations.  The bugs were fixed more than a decade ago
and the relevant releases are long out of vendor support.  It's time to
remove the defense added by commit be8b06c3.

Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA+hUKGJ-ZPJwKHVLbqye92-ZXeLoCHu5wJL6L6HhNP7FkJ=meA@mail.gmail.com

Files

Discussion