Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaefb0a3

Browse files
Correct a comment on logtape.c's leader tape.
randomAccess parallel tuplesorts are disallowed because the leader wouldtry to write to its own leader tape, not because the leader would try towrite to a worker tape directly.Cleanup from commit9da0cc3.
1 parentcdc2693 commitaefb0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/sort/logtape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ ltsConcatWorkerTapes(LogicalTapeSet *lts, TapeShare *shared,
471471
* Compute number of hole blocks so that we can later work backwards, and
472472
* instrument number of physical blocks. We don't simply use physical
473473
* blocks directly for instrumentation because this would break if we ever
474-
* subsequently wrote toworker tape.
474+
* subsequently wrote tothe leader tape.
475475
*
476476
* Working backwards like this keeps our options open. If shared BufFiles
477477
* ever support being written to post-export, logtape.c can automatically

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp