Content-Length: 282783 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b0b64f65054e6b858b845b46298a624aaaea1deb

A5 Attempt to fix breakage due to declaration following code. · postgrespro/postgres_cluster@b0b64f6 · GitHub
Skip to content

Commit b0b64f6

Browse files
committed
Attempt to fix breakage due to declaration following code.
Per Tom Lane and the buildfarm.
1 parent 2f1d2b7 commit b0b64f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/utils/sort/tuplesort.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,11 +2357,6 @@ inittapes(Tuplesortstate *state)
23572357

23582358
if (state->replaceActive)
23592359
{
2360-
#ifdef TRACE_SORT
2361-
if (trace_sort)
2362-
elog(LOG, "replacement selection will sort %d first run tuples",
2363-
state->memtupcount);
2364-
#endif
23652360
/*
23662361
* Convert the unsorted contents of memtuples[] into a heap. Each
23672362
* tuple is marked as belonging to run number zero.
@@ -2372,6 +2367,11 @@ inittapes(Tuplesortstate *state)
23722367
*/
23732368
int ntuples = state->memtupcount;
23742369

2370+
#ifdef TRACE_SORT
2371+
if (trace_sort)
2372+
elog(LOG, "replacement selection will sort %d first run tuples",
2373+
state->memtupcount);
2374+
#endif
23752375
state->memtupcount = 0; /* make the heap empty */
23762376

23772377
for (j = 0; j < ntuples; j++)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b0b64f65054e6b858b845b46298a624aaaea1deb

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy