Fix UNKNOWN regression test failure.

This commit is contained in:
Bruce Momjian 2002-04-24 05:22:20 +00:00
parent eb5df80759
commit a1fe85d749
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.231 2002/04/24 03:09:09 momjian Exp $
* $Id: pg_proc.h,v 1.232 2002/04/24 05:22:20 momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
@ -237,9 +237,9 @@ DESCR("join selectivity of < and related operators on scalar datatypes");
DATA(insert OID = 108 ( scalargtjoinsel PGNSP PGUID 12 f t f t f s 3 701 "0 26 0" 100 0 0 100 scalargtjoinsel - _null_ ));
DESCR("join selectivity of > and related operators on scalar datatypes");
DATA(insert OID = 109 ( unknownin PGNSP PGUID 12 f t t t f i 1 705 "0" 100 0 0 100 unknownin - _null_ ));
DATA(insert OID = 109 ( unknownin PGNSP PGUID 12 f t f t f i 1 705 "0" 100 0 0 100 unknownin - _null_ ));
DESCR("(internal)");
DATA(insert OID = 110 ( unknownout PGNSP PGUID 12 f t t t f i 1 23 "0" 100 0 0 100 unknownout - _null_ ));
DATA(insert OID = 110 ( unknownout PGNSP PGUID 12 f t f t f i 1 23 "0" 100 0 0 100 unknownout - _null_ ));
DESCR("(internal)");
DATA(insert OID = 112 ( text PGNSP PGUID 12 f t t t f i 1 25 "23" 100 0 0 100 int4_text - _null_ ));