postgresql/src/pl
Peter Eisentraut 32a2aa77ef Add support for Tcl 9
Tcl 9 changed several API functions to take Tcl_Size, which is
ptrdiff_t, instead of int, for 64-bit enablement.  We have to change a
few local variables to be compatible with that.  We also provide a
fallback typedef of Tcl_Size for older Tcl versions.

The affected variables are used for quantities that will not approach
values beyond the range of int, so this doesn't change any
functionality.

Reviewed-by: Tristan Partin <tristan@partin.io>
Discussion: https://www.postgresql.org/message-id/flat/bce0fe54-75b4-438e-b42b-8e84bc7c0e9c%40eisentraut.org
2024-11-25 11:44:29 +01:00
..
plperl Fix cross-version upgrade tests. 2024-11-11 13:57:21 -05:00
plpgsql Remove unused #include's from contrib, pl, test .c files 2024-10-28 08:02:17 +01:00
plpython Simplify some SPI tests of PL/Python 2024-11-25 09:43:16 +09:00
tcl Add support for Tcl 9 2024-11-25 11:44:29 +01:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00