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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/int8.c include/cat ...
Date: 2001-10-25 14:10:07
Message-ID: 200110251410.f9PEA7L89346@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-10-25 16:20:51 pgsql/doc FAQ_MSWIN
Previous Message tgl 2001-10-25 14:08:11 pgsql/src/backend/nodes outfuncs.c