OSDN Git Service

Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2001 14:10:07 +0000 (14:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2001 14:10:07 +0000 (14:10 +0000)
commita0cd991987bd23d79d5d273e7712afe40dba554b
tree94f0068451398a1cce08a424ac5f7bb36e4c1701
parent92e8282229d0be6c8cbfed12d311a0a39f409885
Add int2-to-int8 and int8-to-int2 conversion routines.  Needed to avoid
breaking existing pg_dump scripts, which try to assign the result of
count(*) to an int2 variable.  catversion bumped.
src/backend/utils/adt/int8.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/int8.h