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
9d557f83
Commit
9d557f83
authored
27 years ago
by
Vadim B. Mikheev
Browse files
Options
Downloads
Patches
Plain Diff
GroupState changed.
parent
b1b246ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/nodes/execnodes.h
+4
-4
4 additions, 4 deletions
src/include/nodes/execnodes.h
with
4 additions
and
4 deletions
src/include/nodes/execnodes.h
+
4
−
4
View file @
9d557f83
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: execnodes.h,v 1.1
3
1998/02/1
3 03:45:22
vadim Exp $
* $Id: execnodes.h,v 1.1
4
1998/02/1
8 12:41:36
vadim Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -586,10 +586,10 @@ typedef struct AggState
...
@@ -586,10 +586,10 @@ typedef struct AggState
*/
*/
typedef
struct
GroupState
typedef
struct
GroupState
{
{
CommonScanState
csstate
;
/* its first field is NodeTag */
CommonScanState
csstate
;
/* its first field is NodeTag */
bool
grp_use
La
stTuple
;
/*
la
st tuple not processed yet */
bool
grp_use
Fir
stTuple
;
/*
fir
st tuple not processed yet */
bool
grp_done
;
bool
grp_done
;
Tuple
TableSlot
*
grp_lastSlot
;
Heap
Tuple
grp_firstTuple
;
}
GroupState
;
}
GroupState
;
/* ----------------
/* ----------------
...
...
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