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

Commit63e03ba

Browse files
committed
Add missing OIDs to pg_proc.
1 parent2673961 commit63e03ba

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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-2007, PostgreSQL Global Development Group
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
40-
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.386 2007/02/1700:55:57 momjian Exp $
40+
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.387 2007/02/20 10:00:25 petere Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO200702162
56+
#defineCATALOG_VERSION_NO200702201
5757

5858
#endif

‎src/include/catalog/pg_proc.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.445 2007/02/1700:55:57 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.446 2007/02/20 10:00:25 petere Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -4054,21 +4054,21 @@ DESCR("concatenate XML values");
40544054
DATA(insertOID=2922 (textPGNSPPGUID1210fftfs125"142"_null__null__null_xmltotext-_null_ ));
40554055
DESCR("serialize an XML value to a character string");
40564056

4057-
DATA(insert (table_to_xmlPGNSPPGUID121000fftfs4142"2205 16 16 25"_null__null_"{tbl,nulls,tableforest,targetns}"table_to_xml-_null_ ));
4057+
DATA(insertOID=2923(table_to_xmlPGNSPPGUID121000fftfs4142"2205 16 16 25"_null__null_"{tbl,nulls,tableforest,targetns}"table_to_xml-_null_ ));
40584058
DESCR("map table contents to XML");
4059-
DATA(insert (query_to_xmlPGNSPPGUID121000fftfs4142"25 16 16 25"_null__null_"{query,nulls,tableforest,targetns}"query_to_xml-_null_ ));
4059+
DATA(insertOID=2924(query_to_xmlPGNSPPGUID121000fftfs4142"25 16 16 25"_null__null_"{query,nulls,tableforest,targetns}"query_to_xml-_null_ ));
40604060
DESCR("map query result to XML");
4061-
DATA(insert (cursor_to_xmlPGNSPPGUID121000fftfs5142"1790 23 16 16 25"_null__null_"{cursor,count,nulls,tableforest,targetns}"cursor_to_xml-_null_ ));
4061+
DATA(insertOID=2925(cursor_to_xmlPGNSPPGUID121000fftfs5142"1790 23 16 16 25"_null__null_"{cursor,count,nulls,tableforest,targetns}"cursor_to_xml-_null_ ));
40624062
DESCR("map rows from cursor to XML");
4063-
DATA(insert (table_to_xmlschemaPGNSPPGUID121000fftfs4142"2205 16 16 25"_null__null_"{tbl,nulls,tableforest,targetns}"table_to_xmlschema-_null_ ));
4063+
DATA(insertOID=2926(table_to_xmlschemaPGNSPPGUID121000fftfs4142"2205 16 16 25"_null__null_"{tbl,nulls,tableforest,targetns}"table_to_xmlschema-_null_ ));
40644064
DESCR("map table structure to XML Schema");
4065-
DATA(insert (query_to_xmlschemaPGNSPPGUID121000fftfs4142"25 16 16 25"_null__null_"{query,nulls,tableforest,targetns}"query_to_xmlschema-_null_ ));
4065+
DATA(insertOID=2927(query_to_xmlschemaPGNSPPGUID121000fftfs4142"25 16 16 25"_null__null_"{query,nulls,tableforest,targetns}"query_to_xmlschema-_null_ ));
40664066
DESCR("map query result structure to XML Schema");
4067-
DATA(insert (cursor_to_xmlschemaPGNSPPGUID121000fftfs4142"1790 16 16 25"_null__null_"{cursor,nulls,tableforest,targetns}"cursor_to_xmlschema-_null_ ));
4067+
DATA(insertOID=2928(cursor_to_xmlschemaPGNSPPGUID121000fftfs4142"1790 16 16 25"_null__null_"{cursor,nulls,tableforest,targetns}"cursor_to_xmlschema-_null_ ));
40684068
DESCR("map cursor structure to XML Schema");
4069-
DATA(insert (table_to_xml_and_xmlschemaPGNSPPGUID121000fftfs4142"2205 16 16 25"_null__null_"{tbl,nulls,tableforest,targetns}"table_to_xml_and_xmlschema-_null_ ));
4069+
DATA(insertOID=2929(table_to_xml_and_xmlschemaPGNSPPGUID121000fftfs4142"2205 16 16 25"_null__null_"{tbl,nulls,tableforest,targetns}"table_to_xml_and_xmlschema-_null_ ));
40704070
DESCR("map table contents and structure to XML and XML Schema");
4071-
DATA(insert (query_to_xml_and_xmlschemaPGNSPPGUID121000fftfs4142"25 16 16 25"_null__null_"{query,nulls,tableforest,targetns}"query_to_xml_and_xmlschema-_null_ ));
4071+
DATA(insertOID=2930(query_to_xml_and_xmlschemaPGNSPPGUID121000fftfs4142"25 16 16 25"_null__null_"{query,nulls,tableforest,targetns}"query_to_xml_and_xmlschema-_null_ ));
40724072
DESCR("map query result and structure to XML and XML Schema");
40734073

40744074

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp