Skip to content

Commit a13ddd3

Browse files
committed
Remove long-dead 'fix for SELECT NULL' to stop current coredump.
1 parent c52670e commit a13ddd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/executor/execTuples.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*
1717
* IDENTIFICATION
18-
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.50 2001/10/28 06:25:43 momjian Exp $
18+
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.51 2002/03/21 06:21:04 tgl Exp $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -593,8 +593,7 @@ ExecTypeFromTL(List *targetList)
593593
TupleDescInitEntry(typeInfo,
594594
resdom->resno,
595595
resdom->resname,
596-
/* fix for SELECT NULL ... */
597-
(restype ? restype : UNKNOWNOID),
596+
restype,
598597
resdom->restypmod,
599598
0,
600599
false);

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