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
80ddd04b
Commit
80ddd04b
authored
Jul 11, 2014
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespace
parent
59efda3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/backend/utils/sort/tuplesort.c
src/backend/utils/sort/tuplesort.c
+1
-1
src/include/access/hash.h
src/include/access/hash.h
+1
-1
No files found.
src/backend/utils/sort/tuplesort.c
View file @
80ddd04b
...
...
@@ -1140,7 +1140,7 @@ tuplesort_putheaptuple(Tuplesortstate *state, HeapTuple tup)
void
tuplesort_putindextuplevalues
(
Tuplesortstate
*
state
,
Relation
rel
,
ItemPointer
self
,
Datum
*
values
,
bool
*
isnull
)
bool
*
isnull
)
{
MemoryContext
oldcontext
=
MemoryContextSwitchTo
(
state
->
sortcontext
);
SortTuple
stup
;
...
...
src/include/access/hash.h
View file @
80ddd04b
...
...
@@ -337,7 +337,7 @@ typedef struct HSpool HSpool; /* opaque struct in hashsort.c */
extern
HSpool
*
_h_spoolinit
(
Relation
heap
,
Relation
index
,
uint32
num_buckets
);
extern
void
_h_spooldestroy
(
HSpool
*
hspool
);
extern
void
_h_spool
(
HSpool
*
hspool
,
ItemPointer
self
,
Datum
*
values
,
bool
*
isnull
);
Datum
*
values
,
bool
*
isnull
);
extern
void
_h_indexbuild
(
HSpool
*
hspool
);
/* hashutil.c */
...
...
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