diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-11-25 08:03:16 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-11-25 13:11:18 +0100 |
commit | 17d081a6f9e3d5cbdc53e42ca2ec449d4722d0e2 (patch) | |
tree | 249fab370da89e4a6ca33fbb08b7da3fd66f0aa3 /src/backend/executor/nodeProjectSet.c | |
parent | e0874080c472bc9b5994d0b9fad9351136578975 (diff) | |
download | postgresql-17d081a6f9e3d5cbdc53e42ca2ec449d4722d0e2.tar.gz postgresql-17d081a6f9e3d5cbdc53e42ca2ec449d4722d0e2.zip |
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
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions