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

Commitc7e7672

Browse files
committed
Oops, we got duplicate oids from patches again; pick a unique one.
1 parent8926012 commitc7e7672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_proc.h,v 1.261 2002/08/2203:24:00 momjian Exp $
10+
* $Id: pg_proc.h,v 1.262 2002/08/2204:41:06 momjian Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2902,7 +2902,7 @@ DATA(insert OID = 2078 ( set_configPGNSP PGUID 12 f f f f v 3 25 "25 25 16" s
29022902
DESCR("SET X as a function");
29032903
DATA(insertOID=2084 (pg_show_all_settingsPGNSPPGUID12fftts02249""show_all_settings-_null_ ));
29042904
DESCR("SHOW ALL as a function");
2905-
DATA(insertOID=2085 (pg_lock_statusPGNSPPGUID12ffftv00""lock_status_srf-_null_ ));
2905+
DATA(insertOID=1371 (pg_lock_statusPGNSPPGUID12ffftv00""lock_status_srf-_null_ ));
29062906
DESCR("view system lock information");
29072907

29082908
DATA(insertOID=2079 (pg_table_is_visiblePGNSPPGUID12fftfs116"26"pg_table_is_visible-_null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp