10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7090c3e commit 66fd8f8Copy full SHA for 66fd8f8
src/backend/utils/cache/fcache.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.35 2000/08/08 15:42:28 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.36 2000/08/11 18:35:50 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -50,9 +50,6 @@ GetDynamicFuncArgType(Var *arg, ExprContext *econtext)
50
elog(ERROR, "Lookup failed on type tuple for class %s",
51
relname);
52
53
- /* TEST: I bet this routine is unnecessary ... */
54
- Assert(arg->vartype == tup->t_data->t_oid);
55
-
56
return tup->t_data->t_oid;
57
}
58
0 commit comments