Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
25cccc05
Commit
25cccc05
authored
26 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos in comments.
parent
6d73a8c0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/backend/executor/execQual.c
+3
-3
3 additions, 3 deletions
src/backend/executor/execQual.c
src/include/executor/tuptable.h
+8
-10
8 additions, 10 deletions
src/include/executor/tuptable.h
with
11 additions
and
13 deletions
src/backend/executor/execQual.c
+
3
−
3
View file @
25cccc05
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.4
5
1999/02/2
2 19:40:09 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.4
6
1999/02/2
3 07:33:44 thomas
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -1462,7 +1462,7 @@ ExecTargetList(List *targetlist,
{
/*
* I now think that the only time this makes
* any sen
c
e is when we run a delete query. Then
* any sen
s
e is when we run a delete query. Then
* we need to return something other than nil
* so we know to delete the tuple associated
* with the saved tupleid.. see what ExecutePlan
...
...
This diff is collapsed.
Click to expand it.
src/include/executor/tuptable.h
+
8
−
10
View file @
25cccc05
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: tuptable.h,v 1.1
0
1999/02/
1
3
23:21:29 momjian
Exp $
* $Id: tuptable.h,v 1.1
1
1999/02/
2
3
07:36:31 thomas
Exp $
*
* NOTES
* The tuple table interface is getting pretty ugly.
...
...
@@ -22,8 +22,8 @@
#include
<access/htup.h>
/* ----------------
*
Note: t
he executor tuple table is managed and manipulated by special
* code
and macros
in executor/execTuples.c and tupTable.h
*
T
he executor tuple table is managed and manipulated by special
* code in executor/execTuples.c and tupTable.h
*
* TupleTableSlot information
*
...
...
@@ -42,6 +42,11 @@
* "retrieve (EMP.hobbies.all)", a single scan may return tuples
* of many types, so now we return pointers to tuple descriptors
* along with tuples returned via the tuple table. -cim 1/18/90
*
* Tuple table macros are all excised from the system now.
* See executor.h for decls of functions defined in execTuples.c
* -jolly
*
* ----------------
*/
typedef
struct
TupleTableSlot
...
...
@@ -68,11 +73,4 @@ typedef struct TupleTableData
typedef
TupleTableData
*
TupleTable
;
/*
tuple table macros are all excised from the system now
see executor.h for decls of functions defined in execTuples.c
- jolly
*/
#endif
/* TUPTABLE_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment