projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f822e
)
Fix a prototype which is inconsistent with the function definition.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 7 Jul 2016 17:46:51 +0000
(13:46 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 7 Jul 2016 17:46:51 +0000
(13:46 -0400)
Peter Geoghegan
src/backend/utils/sort/tuplesort.c
patch
|
blob
|
history
diff --git
a/src/backend/utils/sort/tuplesort.c
b/src/backend/utils/sort/tuplesort.c
index 7878660055a0a25e072f6c4057cec6bb1c04dd0d..9b60ceab4cb8bcae1e8cf3128d18aa5a98ca2eac 100644
(file)
--- a/
src/backend/utils/sort/tuplesort.c
+++ b/
src/backend/utils/sort/tuplesort.c
@@
-542,7
+542,7
@@
static void inittapes(Tuplesortstate *state);
static void selectnewtape(Tuplesortstate *state);
static void mergeruns(Tuplesortstate *state);
static void mergeonerun(Tuplesortstate *state);
-static void beginmerge(Tuplesortstate *state, bool finalMerge);
+static void beginmerge(Tuplesortstate *state, bool finalMerge
Batch
);
static void batchmemtuples(Tuplesortstate *state);
static void mergebatch(Tuplesortstate *state, int64 spacePerTape);
static void mergebatchone(Tuplesortstate *state, int srcTape,