Skip to content

Commit 66fd8f8

Browse files
committed
Remove debugging Assert that should never have been committed in the
first place :-(
1 parent 7090c3e commit 66fd8f8

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
return tup->t_data->t_oid;
5754
}
5855

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy