aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistscan.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-03-22 17:41:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-03-22 17:41:47 +0000
commitb32cac8055118d264b27b1073d3d43e9a127130e (patch)
tree1d9f228f94653c7cf7d1485163428bef1ba52390 /src/backend/access/gist/gistscan.c
parent339cd6b9b00451f1f7046d6b52500e2d2992a385 (diff)
downloadpostgresql-b32cac8055118d264b27b1073d3d43e9a127130e.tar.gz
postgresql-b32cac8055118d264b27b1073d3d43e9a127130e.zip
Fix Joubert's complaint that int8-sized numeric literals are mishandled
on Alpha (because parser mistakenly assumes that a nonoverflow result from strtol means the value will fit into int4). A scan for other uses of strtol and strtoul found a couple other places with the same mistake; fix them too. The changes are all conditional on HAVE_LONG_INT_64 to avoid complaints from compilers that think x != x is a silly test (cf. pg_atoi).
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
0 files changed, 0 insertions, 0 deletions