Content-Length: 275032 | pFad | http://github.com/postgrespro/postgres/commit/a13ddd36b03eb076d02bec6364ac07d010447fd2

B6 Remove long-dead 'fix for SELECT NULL' to stop current coredump. · postgrespro/postgres@a13ddd3 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/a13ddd36b03eb076d02bec6364ac07d010447fd2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy