mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 02:44:39 -05:00
Fix a prototype which is inconsistent with the function definition.
Peter Geoghegan
This commit is contained in:
parent
d1f822e585
commit
b22934dc03
1 changed files with 1 additions and 1 deletions
|
|
@ -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 finalMergeBatch);
|
||||
static void batchmemtuples(Tuplesortstate *state);
|
||||
static void mergebatch(Tuplesortstate *state, int64 spacePerTape);
|
||||
static void mergebatchone(Tuplesortstate *state, int srcTape,
|
||||
|
|
|
|||
Loading…
Reference in a new issue