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

Commit48cbe59

Browse files
committed
Dept of second thoughts: seems it'd be safer if pg_typeof is marked
stable not immutable, since it depends on system catalog contents.
1 parentb4eae02 commit48cbe59

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-2008, 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.522 2008/11/0320:17:20 adunstan Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.523 2008/11/0321:09:17 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2293,7 +2293,7 @@ DESCR("result type of a function");
22932293
DATA(insertOID=1686 (pg_get_keywordsPGNSPPGUID12104000fftts02249"""{25,18,25}""{o,o,o}""{word,catcode,catdesc}"pg_get_keywords_null__null__null_ ));
22942294
DESCR("list of SQL keywords");
22952295

2296-
DATA(insertOID=1619 (pg_typeofPGNSPPGUID12100ffffi12206"2276"_null__null__null_pg_typeof_null__null__null_ ));
2296+
DATA(insertOID=1619 (pg_typeofPGNSPPGUID12100ffffs12206"2276"_null__null__null_pg_typeof_null__null__null_ ));
22972297
DESCR("returns the type of the argument");
22982298

22992299
/* Generic referential integrity constraint triggers */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp