*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.50 2001/10/28 06:25:43 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.50.2.1 2002/03/21 06:21:14 tgl Exp $
*
*-------------------------------------------------------------------------
*/
TupleDescInitEntry(typeInfo,
resdom->resno,
resdom->resname,
- /* fix for SELECT NULL ... */
- (restype ? restype : UNKNOWNOID),
+ restype,
resdom->restypmod,
0,
false);