Skip to content

Commit b22934d

Browse files
committed
Fix a prototype which is inconsistent with the function definition.
Peter Geoghegan
1 parent d1f822e commit b22934d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/sort/tuplesort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ static void inittapes(Tuplesortstate *state);
542542
static void selectnewtape(Tuplesortstate *state);
543543
static void mergeruns(Tuplesortstate *state);
544544
static void mergeonerun(Tuplesortstate *state);
545-
static void beginmerge(Tuplesortstate *state, bool finalMerge);
545+
static void beginmerge(Tuplesortstate *state, bool finalMergeBatch);
546546
static void batchmemtuples(Tuplesortstate *state);
547547
static void mergebatch(Tuplesortstate *state, int64 spacePerTape);
548548
static void mergebatchone(Tuplesortstate *state, int srcTape,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy