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

Commit8de7472

Browse files
committed
Don't use a duplicate OID for aclexplode().
1 parent36f887c commit8de7472

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-2009, 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.555 2009/12/05 21:43:35 petere Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.556 2009/12/06 02:55:54 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1314,7 +1314,7 @@ DATA(insert OID = 1062 ( aclitemeq PGNSP PGUID 12 1 0 0 f f f t f i 2 0 16
13141314
DESCR("equality operator for ACL items");
13151315
DATA(insertOID=1365 (makeaclitemPGNSPPGUID12100ffftfi401033"26 26 25 16"_null__null__null__null_makeaclitem_null__null__null_ ));
13161316
DESCR("make ACL item");
1317-
DATA(insertOID=1248 (aclexplodePGNSPPGUID121100ffftts102249"1034""{1034,26,26,25,16}""{i,o,o,o,o}""{acl,grantor,grantee,privilege_type,is_grantable}"_null_aclexplode_null__null__null_ ));
1317+
DATA(insertOID=1689 (aclexplodePGNSPPGUID121100ffftts102249"1034""{1034,26,26,25,16}""{i,o,o,o,o}""{acl,grantor,grantee,privilege_type,is_grantable}"_null_aclexplode_null__null__null_ ));
13181318
DESCR("convert ACL item array to table, for use by information schema");
13191319
DATA(insertOID=1044 (bpcharinPGNSPPGUID12100ffftfi301042"2275 26 23"_null__null__null__null_bpcharin_null__null__null_ ));
13201320
DESCR("I/O");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp