Skip to content

Commit a4b361b

Browse files
committed
Add missing columns for UNKNOWN patch. Increment catalog version.
1 parent f20d467 commit a4b361b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/include/catalog/catversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
40-
* $Id: catversion.h,v 1.123 2002/04/24 02:12:53 momjian Exp $
40+
* $Id: catversion.h,v 1.124 2002/04/24 03:09:09 momjian Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 200204231
56+
#define CATALOG_VERSION_NO 200204232
5757

5858
#endif

src/include/catalog/pg_proc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_proc.h,v 1.230 2002/04/24 02:12:53 momjian Exp $
10+
* $Id: pg_proc.h,v 1.231 2002/04/24 03:09:09 momjian Exp $
1111
*
1212
* NOTES
1313
* 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");
237237
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_ ));
238238
DESCR("join selectivity of > and related operators on scalar datatypes");
239239

240-
DATA(insert OID = 109 ( unknownin PGNSP PGUID 12 f t t i 1 f 705 "0" 100 0 0 100 unknownin - _null_ ));
240+
DATA(insert OID = 109 ( unknownin PGNSP PGUID 12 f t t t f i 1 705 "0" 100 0 0 100 unknownin - _null_ ));
241241
DESCR("(internal)");
242-
DATA(insert OID = 110 ( unknownout PGNSP PGUID 12 f t t i 1 f 23 "0" 100 0 0 100 unknownout - _null_ ));
242+
DATA(insert OID = 110 ( unknownout PGNSP PGUID 12 f t t t f i 1 23 "0" 100 0 0 100 unknownout - _null_ ));
243243
DESCR("(internal)");
244244

245245
DATA(insert OID = 112 ( text PGNSP PGUID 12 f t t t f i 1 25 "23" 100 0 0 100 int4_text - _null_ ));

0 commit comments

Comments
 (0)