postgresql/src/pl
Andres Freund ad95a639ab plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.
For older versions we need our own copy of perl's setlocale(), because it was
not exposed (why we need the setlocale in the first place is explained in
plperl_init_interp) . The copy stopped working in 5.28, as some of the used
macros are not public anymore.  But Perl_setlocale is available in 5.28, so
use that.

Author: Victor Wagner <vitus@wagner.pp.ru>
Reviewed-By: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://postgr.es/m/20200501134711.08750c5f@antares.wagner.home
Backpatch: all versions
2022-01-30 16:42:49 -08:00
..
plperl plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure. 2022-01-30 16:42:49 -08:00
plpgsql Translation updates 2021-11-08 10:09:20 +01:00
plpython Remove unneeded Python includes 2021-11-25 14:32:26 +01:00
tcl Translation updates 2021-11-08 10:09:20 +01:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00