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

Commit1cf9d7b

Browse files
committed
Renumber to prevent duplicate oids. Update catalog version.
1 parent97d625d commit1cf9d7b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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-2003, 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.231 2004/05/2615:26:00 momjian Exp $
40+
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.232 2004/05/2618:37:33 momjian Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO200405261
56+
#defineCATALOG_VERSION_NO200405262
5757

5858
#endif

‎src/include/catalog/pg_proc.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2003, 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.332 2004/05/26 18:35:43 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.333 2004/05/26 18:37:33 momjian Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2346,13 +2346,13 @@ DESCR("I/O");
23462346
DATA(insertOID=911 (inet_outPGNSPPGUID12fftfi12275"869"_null_inet_out-_null_ ));
23472347
DESCR("I/O");
23482348

2349-
DATA(insertOID=912 (inet_client_addrPGNSPPGUID12ffffs0869""_null_inet_client_addr-_null_ ));
2349+
DATA(insertOID=2196 (inet_client_addrPGNSPPGUID12ffffs0869""_null_inet_client_addr-_null_ ));
23502350
DESCR("Returns the INET address of the client connected to the backend");
2351-
DATA(insertOID=913 (inet_client_portPGNSPPGUID12ffffs023""_null_inet_client_port-_null_ ));
2351+
DATA(insertOID=2197 (inet_client_portPGNSPPGUID12ffffs023""_null_inet_client_port-_null_ ));
23522352
DESCR("Returns the client's port number for this connection");
2353-
DATA(insertOID=914 (inet_server_addrPGNSPPGUID12ffffs0869""_null_inet_server_addr-_null_ ));
2353+
DATA(insertOID=2198 (inet_server_addrPGNSPPGUID12ffffs0869""_null_inet_server_addr-_null_ ));
23542354
DESCR("Returns the INET address that the backend is using to service the connection");
2355-
DATA(insertOID=915 (inet_server_portPGNSPPGUID12ffffs023""_null_inet_server_port-_null_ ));
2355+
DATA(insertOID=2199 (inet_server_portPGNSPPGUID12ffffs023""_null_inet_server_port-_null_ ));
23562356
DESCR("Returns the servers's port number for this connection");
23572357

23582358
/* for cidr type support */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp