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

Commit091ff09

Browse files
committed
Use a non-duplicate OID for pg_lock_status.
1 parent6faf802 commit091ff09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/catalog/pg_proc.h‎

Lines changed: 3 additions & 3 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.258 2002/08/2004:47:52 momjian Exp $
10+
* $Id: pg_proc.h,v 1.259 2002/08/2019:23:07 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2679,8 +2679,6 @@ DESCR("unary plus");
26792679
DATA(insertOID=1915 (numeric_uplusPGNSPPGUID12fftfi11700"1700"numeric_uplus-_null_ ));
26802680
DESCR("unary plus");
26812681

2682-
DATA(insertOID=1920 (pg_lock_statusPGNSPPGUID12ffftv00"0"lock_status_srf-_null_ ));
2683-
DESCR("view system lock information");
26842682
DATA(insertOID=1922 (has_table_privilegePGNSPPGUID12fftfs316"19 25 25"has_table_privilege_name_name-_null_ ));
26852683
DESCR("user privilege on relation by username, rel name");
26862684
DATA(insertOID=1923 (has_table_privilegePGNSPPGUID12fftfs316"19 26 25"has_table_privilege_name_id-_null_ ));
@@ -2896,6 +2894,8 @@ DATA(insert OID = 2078 ( set_configPGNSP PGUID 12 f f f f v 3 25 "25 25 16" s
28962894
DESCR("SET X as a function");
28972895
DATA(insertOID=2084 (pg_show_all_settingsPGNSPPGUID12fftts02249""show_all_settings-_null_ ));
28982896
DESCR("SHOW ALL as a function");
2897+
DATA(insertOID=2085 (pg_lock_statusPGNSPPGUID12ffftv00""lock_status_srf-_null_ ));
2898+
DESCR("view system lock information");
28992899

29002900
DATA(insertOID=2079 (pg_table_is_visiblePGNSPPGUID12fftfs116"26"pg_table_is_visible-_null_ ));
29012901
DESCR("is table visible in search path?");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp