postgresql/src/pl
Tom Lane f3f3aae4b7 Improve conversions from uint64 to Perl types.
Perl's integers are pointer-sized, so can hold more than INT_MAX on LP64
platforms, and come in both signed (IV) and unsigned (UV).  Floating
point values (NV) may also be larger than double.

Since Perl 5.19.4 array indices are SSize_t instead of I32, so allow up
to SSize_t_max on those versions.  The limit is not imposed just by
av_extend's argument type, but all the array handling code, so remove
the speculative comment.

Dagfinn Ilmari Mannsåker
2016-03-14 14:38:44 -04:00
..
plperl Improve conversions from uint64 to Perl types. 2016-03-14 14:38:44 -04:00
plpgsql Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
plpython Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
tcl Widen query numbers-of-tuples-processed counters to uint64. 2016-03-12 16:05:29 -05:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00