mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 11:27:40 +08:00
Fix a prototype which is inconsistent with the function definition.
Peter Geoghegan
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user