aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-22 04:41:06 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-22 04:41:06 +0000
commitc7e767293713cde41fb5f7ab11166ad6d22d9704 (patch)
tree37f03b65c8236ebc0c06889ca4c99c261150b2db /src
parent89260124dbf300e7f28d43382bde09029a9b0cf4 (diff)
downloadpostgresql-c7e767293713cde41fb5f7ab11166ad6d22d9704.tar.gz
postgresql-c7e767293713cde41fb5f7ab11166ad6d22d9704.zip
Oops, we got duplicate oids from patches again; pick a unique one.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index 0b45d85ec93..a17eb7f9980 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_proc.h,v 1.261 2002/08/22 03:24:00 momjian Exp $
+ * $Id: pg_proc.h,v 1.262 2002/08/22 04:41:06 momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2902,7 +2902,7 @@ DATA(insert OID = 2078 ( set_config PGNSP PGUID 12 f f f f v 3 25 "25 25 16" s
DESCR("SET X as a function");
DATA(insert OID = 2084 ( pg_show_all_settings PGNSP PGUID 12 f f t t s 0 2249 "" show_all_settings - _null_ ));
DESCR("SHOW ALL as a function");
-DATA(insert OID = 2085 ( pg_lock_status PGNSP PGUID 12 f f f t v 0 0 "" lock_status_srf - _null_ ));
+DATA(insert OID = 1371 ( pg_lock_status PGNSP PGUID 12 f f f t v 0 0 "" lock_status_srf - _null_ ));
DESCR("view system lock information");
DATA(insert OID = 2079 ( pg_table_is_visible PGNSP PGUID 12 f f t f s 1 16 "26" pg_table_is_visible - _null_ ));