pgsql/src backend/utils/adt/int8.c include/cat ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src backend/utils/adt/int8.c include/cat ...
Date
Msg-id 200110251410.f9PEA7L89346@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/nodes outfuncs.c
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/doc FAQ_MSWIN