Renumber to prevent duplicate oids. Update catalog version.
authorBruce Momjian <bruce@momjian.us>
Wed, 26 May 2004 18:37:33 +0000 (18:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 26 May 2004 18:37:33 +0000 (18:37 +0000)
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h

index b0879c9266f4be0bd2185509e0644a6c5a7e5c73..f0c2f8269197ce965166dbd1daeb64b7275d7da3 100644 (file)
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.231 2004/05/26 15:26:00 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.232 2004/05/26 18:37:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 200405261
+#define CATALOG_VERSION_NO 200405262
 
 #endif
index b198d713b6b342eb3304493b689d918ba7b24419..c87eb2155658212cc0ea0e9b4b992d474f3bd9f4 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.332 2004/05/26 18:35:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.333 2004/05/26 18:37:33 momjian Exp $
  *
  * NOTES
  *   The script catalog/genbki.sh reads this file and generates .bki
@@ -2346,13 +2346,13 @@ DESCR("I/O");
 DATA(insert OID = 911 (  inet_out          PGNSP PGUID 12 f f t f i 1 2275 "869" _null_  inet_out - _null_ ));
 DESCR("I/O");
 
-DATA(insert OID = 912 (  inet_client_addr      PGNSP PGUID 12 f f f f s 0 869 "" _null_  inet_client_addr - _null_ ));
+DATA(insert OID = 2196 (  inet_client_addr     PGNSP PGUID 12 f f f f s 0 869 "" _null_  inet_client_addr - _null_ ));
 DESCR("Returns the INET address of the client connected to the backend");
-DATA(insert OID = 913 (  inet_client_port      PGNSP PGUID 12 f f f f s 0 23 "" _null_  inet_client_port - _null_ ));
+DATA(insert OID = 2197 (  inet_client_port     PGNSP PGUID 12 f f f f s 0 23 "" _null_  inet_client_port - _null_ ));
 DESCR("Returns the client's port number for this connection");
-DATA(insert OID = 914 (  inet_server_addr      PGNSP PGUID 12 f f f f s 0 869 "" _null_  inet_server_addr - _null_ ));
+DATA(insert OID = 2198 (  inet_server_addr     PGNSP PGUID 12 f f f f s 0 869 "" _null_  inet_server_addr - _null_ ));
 DESCR("Returns the INET address that the backend is using to service the connection");
-DATA(insert OID = 915 (  inet_server_port      PGNSP PGUID 12 f f f f s 0 23 "" _null_  inet_server_port - _null_ ));
+DATA(insert OID = 2199 (  inet_server_port     PGNSP PGUID 12 f f f f s 0 23 "" _null_  inet_server_port - _null_ ));
 DESCR("Returns the servers's port number for this connection");
 
 /* for cidr type support */