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

Commit36777c1

Browse files
committed
Fix obsolete error message (isImmutable doesn't exist).
1 parent790d5bc commit36777c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/commands/indexcmds.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.96 2003/01/02 19:29:22 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.97 2003/01/23 15:18:40 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -304,7 +304,7 @@ CheckPredicate(List *predList, List *rangeTable, Oid baseRelOid)
304304
* reasons that we don't allow a functional index to use one.
305305
*/
306306
if (contain_mutable_functions((Node*)predList))
307-
elog(ERROR,"Functions in index predicate must be markedisImmutable");
307+
elog(ERROR,"Functions in index predicate must be markedIMMUTABLE");
308308
}
309309

310310

@@ -393,7 +393,7 @@ FuncIndexArgs(IndexInfo *indexInfo,
393393
* time, it's not clear what the index entries mean at all.
394394
*/
395395
if (func_volatile(funcid)!=PROVOLATILE_IMMUTABLE)
396-
elog(ERROR,"DefineIndex: index function must be markedisImmutable");
396+
elog(ERROR,"DefineIndex: index function must be markedIMMUTABLE");
397397

398398
/* Process opclass, using func return type as default type */
399399

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp