]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rationalise perl header inclusions via a common include file, which also
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 8 Jan 2006 22:27:52 +0000 (22:27 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 8 Jan 2006 22:27:52 +0000 (22:27 +0000)
commit9bb76d0b3f3e0049e2f5903544a5178f5886f4e0
tree0927d21b4189c77905a9c9eeb4aa3f12c13de528
parent2645cb54cb2661bc44e57e93614012274af44937
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.
src/pl/plperl/SPI.xs
src/pl/plperl/plperl.c
src/pl/plperl/plperl.h [new file with mode: 0644]
src/pl/plperl/spi_internal.c
src/pl/plperl/spi_internal.h [deleted file]