mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Remove long-dead 'fix for SELECT NULL' to stop current coredump.
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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.51 2002/03/21 06:21:04 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -593,8 +593,7 @@ ExecTypeFromTL(List *targetList)
|
|||||||
TupleDescInitEntry(typeInfo,
|
TupleDescInitEntry(typeInfo,
|
||||||
resdom->resno,
|
resdom->resno,
|
||||||
resdom->resname,
|
resdom->resname,
|
||||||
/* fix for SELECT NULL ... */
|
restype,
|
||||||
(restype ? restype : UNKNOWNOID),
|
|
||||||
resdom->restypmod,
|
resdom->restypmod,
|
||||||
0,
|
0,
|
||||||
false);
|
false);
|
||||||
|
Reference in New Issue
Block a user