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

Commit66fd8f8

Browse files
committed
Remove debugging Assert that should never have been committed in the
first place :-(
1 parent7090c3e commit66fd8f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/backend/utils/cache/fcache.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.35 2000/08/08 15:42:28 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.36 2000/08/11 18:35:50 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -50,9 +50,6 @@ GetDynamicFuncArgType(Var *arg, ExprContext *econtext)
5050
elog(ERROR,"Lookup failed on type tuple for class %s",
5151
relname);
5252

53-
/* TEST: I bet this routine is unnecessary ... */
54-
Assert(arg->vartype==tup->t_data->t_oid);
55-
5653
returntup->t_data->t_oid;
5754
}
5855

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp