pgsql/src backend/utils/adt/varlena.c include/ ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/varlena.c include/ ...
Date: 2002-04-24 02:12:53
Message-ID: 20020424021253.BF89C47589B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/23 22:12:53

Modified files:
src/backend/utils/adt: varlena.c
src/include : c.h fmgr.h
src/include/catalog: catversion.h pg_proc.h pg_type.h
src/include/utils: builtins.h

Log message:
Here's a patch to add unknownin/unknownout support. I also poked around
looking for places that assume UNKNOWN == TEXT. One of those was the
"SET" type in pg_type.h, which was using textin/textout. This one I took
care of in this patch. The other suspicious place was in
string_to_dataum (which is defined in both selfuncs.c and indxpath.c). I
wasn't too sure about those, so I left them be.

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-24 02:21:05 pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ...
Previous Message Bruce Momjian - CVS 2002-04-24 01:58:31 pgsql/src/interfaces/python pgdb.py