Log Message:
-----------
Rationalise perl header inclusions via a common include file, which also
declares routines in plperl.c and spi_internal.c used in other files.
Along the way, also stop perl from hijacking stdio and other stuff on Windows.
Modified Files:
--------------
pgsql/src/pl/plperl:
SPI.xs (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/SPI.xs.diff?r1=1.17&r2=1.18)
plperl.c (r1.98 -> r1.99)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.98&r2=1.99)
spi_internal.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/spi_internal.c.diff?r1=1.7&r2=1.8)
Added Files:
-----------
pgsql/src/pl/plperl:
plperl.h (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.h?rev=1.1&content-type=text/x-cvsweb-markup)
Removed Files:
-------------
pgsql/src/pl/plperl:
spi_internal.h
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/spi_internal.h)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match