Обсуждение: [COMMITTERS] pgsql: PL/Perl portability fix: avoid including XSUB.h in plperl.c.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: PL/Perl portability fix: avoid including XSUB.h in plperl.c.

От
Tom Lane
Дата:
PL/Perl portability fix: avoid including XSUB.h in plperl.c.

Back-patch of commit bebe174bb4462ef079a1d7eeafb82ff969f160a4,
which see for more info.

Patch by me, with some help from Ashutosh Sharma

Discussion: https://postgr.es/m/CANFyU97OVQ3+Mzfmt3MhuUm5NwPU=-FtbNH5Eb7nZL9ua8=rcA@mail.gmail.com

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b92f17277eb92da18366ccddeffcea997692f9e5

Modified Files
--------------
src/pl/plperl/SPI.xs           |  32 +-----
src/pl/plperl/Util.xs          |  44 +-------
src/pl/plperl/plperl.c         | 236 +++++++++++++++++++++++++++++++----------
src/pl/plperl/plperl.h         |  17 ++-
src/pl/plperl/plperl_helpers.h |   6 ++
5 files changed, 205 insertions(+), 130 deletions(-)