Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita13ddd3

Browse files
committed
Remove long-dead 'fix for SELECT NULL' to stop current coredump.
1 parentc52670e commita13ddd3

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)

[8]ページ先頭

©2009-2025 Movatter.jp