Thread: pgsql: Correct a comment on logtape.c's leader tape.

pgsql: Correct a comment on logtape.c's leader tape.

From
Peter Geoghegan
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aefb0a382c10877867d831afe8a292aa355c5a68

Modified Files
--------------
src/backend/utils/sort/logtape.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)