Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0bb21d39
Commit
0bb21d39
authored
Apr 07, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Still another place to make the world safe for zero-column tables.
Per example from Jiang Wei.
parent
75688a27
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
src/backend/executor/execJunk.c
src/backend/executor/execJunk.c
+1
-7
No files found.
src/backend/executor/execJunk.c
View file @
0bb21d39
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.3
8 2004/01/07 18:56:26 neilc
Exp $
* $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.3
9 2004/04/07 18:46:12 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -263,12 +263,6 @@ ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot)
...
@@ -263,12 +263,6 @@ ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot)
cleanLength
=
junkfilter
->
jf_cleanLength
;
cleanLength
=
junkfilter
->
jf_cleanLength
;
cleanMap
=
junkfilter
->
jf_cleanMap
;
cleanMap
=
junkfilter
->
jf_cleanMap
;
/*
* Handle the trivial case first.
*/
if
(
cleanLength
==
0
)
return
NULL
;
/*
/*
* Create the arrays that will hold the attribute values and the null
* Create the arrays that will hold the attribute values and the null
* information for the new "clean" tuple.
* information for the new "clean" tuple.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment