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

Commit0bb21d3

Browse files
committed
Still another place to make the world safe for zero-column tables.
Per example from Jiang Wei.
1 parent75688a2 commit0bb21d3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎src/backend/executor/execJunk.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.38 2004/01/07 18:56:26 neilc Exp $
11+
* $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.39 2004/04/07 18:46:12 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -263,12 +263,6 @@ ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot)
263263
cleanLength=junkfilter->jf_cleanLength;
264264
cleanMap=junkfilter->jf_cleanMap;
265265

266-
/*
267-
* Handle the trivial case first.
268-
*/
269-
if (cleanLength==0)
270-
returnNULL;
271-
272266
/*
273267
* Create the arrays that will hold the attribute values and the null
274268
* information for the new "clean" tuple.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp