aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-11-25 08:03:16 +0100
committerPeter Eisentraut <peter@eisentraut.org>2024-11-25 12:27:10 +0100
commitf979197eba77fc07c316cdb93436b3ac135222df (patch)
tree2abeb7d12d71ea91f2c8a09329b2b843307997ee /src/backend/tcop/postgres.c
parent0813a5e69186cb6705ce5b390d4488d8b783c8f2 (diff)
downloadpostgresql-f979197eba77fc07c316cdb93436b3ac135222df.tar.gz
postgresql-f979197eba77fc07c316cdb93436b3ac135222df.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/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions