Thread: pgsql/src backend/utils/adt/int8.c include/cat ...

pgsql/src backend/utils/adt/int8.c include/cat ...

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/25 10:10:07

Modified files:
    src/backend/utils/adt: int8.c
    src/include/catalog: catversion.h pg_proc.h
    src/include/utils: int8.h

Log message:
    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.