File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
38
38
* Portions Copyright (c) 1994, Regents of the University of California
39
39
*
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 $
41
41
*
42
42
*-------------------------------------------------------------------------
43
43
*/
53
53
*/
54
54
55
55
/* yyyymmddN */
56
- #define CATALOG_VERSION_NO 200204231
56
+ #define CATALOG_VERSION_NO 200204232
57
57
58
58
#endif
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
* NOTES
13
13
* 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");
237
237
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_ ));
238
238
DESCR ("join selectivity of > and related operators on scalar datatypes" );
239
239
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_ ));
241
241
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_ ));
243
243
DESCR ("(internal)" );
244
244
245
245
DATA (insert OID = 112 ( text PGNSP PGUID 12 f t t t f i 1 25 "23" 100 0 0 100 int4_text - _null_ ));
You can’t perform that action at this time.
0 commit comments