mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:53:52 -04: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