Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita4b361b

Browse files
committed
Add missing columns for UNKNOWN patch. Increment catalog version.
1 parentf20d467 commita4b361b

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/2402:12:53 momjian Exp $
40+
* $Id: catversion.h,v 1.124 2002/04/2403:09:09 momjian Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO200204231
56+
#defineCATALOG_VERSION_NO200204232
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/2402:12:53 momjian Exp $
10+
* $Id: pg_proc.h,v 1.231 2002/04/2403: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(insertOID=108 (scalargtjoinselPGNSPPGUID12ftftfs3701"0 26 0"10000100scalargtjoinsel-_null_ ));
238238
DESCR("join selectivity of > and related operators on scalar datatypes");
239239

240-
DATA(insertOID=109 (unknowninPGNSPPGUID12ftti1f705"0"10000100unknownin-_null_ ));
240+
DATA(insertOID=109 (unknowninPGNSPPGUID12ftttfi1705"0"10000100unknownin-_null_ ));
241241
DESCR("(internal)");
242-
DATA(insertOID=110 (unknownoutPGNSPPGUID12ftti1f23"0"10000100unknownout-_null_ ));
242+
DATA(insertOID=110 (unknownoutPGNSPPGUID12ftttfi123"0"10000100unknownout-_null_ ));
243243
DESCR("(internal)");
244244

245245
DATA(insertOID=112 (textPGNSPPGUID12ftttfi125"23"10000100int4_text-_null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp