]> granicus.if.org Git - postgresql/commit
Correct a comment on logtape.c's leader tape.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 26 Jun 2018 18:16:20 +0000 (11:16 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 26 Jun 2018 18:16:20 +0000 (11:16 -0700)
commitaefb0a382c10877867d831afe8a292aa355c5a68
tree87a78d26b884818ef5f9f2efc44f852175acdee3
parentcdc2693a11b341043f33e1efc36debe0348fb361
Correct a comment on logtape.c's leader tape.

randomAccess parallel tuplesorts are disallowed because the leader would
try to write to its own leader tape, not because the leader would try to
write to a worker tape directly.

Cleanup from commit 9da0cc35284.
src/backend/utils/sort/logtape.c