]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Here's a patch to add unknownin/unknownout support. I also poked around
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:12:53 +0000 (02:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:12:53 +0000 (02:12 +0000)
commit5d2fdf6e6d0aa397eee8b5946ba705917e5bf695
tree72535777186fc1c8a1234ec35c9540e963b1703a
parentbe9728acf1395ee45d82aa1e922570a82f9d040f
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
src/backend/utils/adt/varlena.c
src/include/c.h
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h
src/include/fmgr.h
src/include/utils/builtins.h