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

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct a comment on logtape.c's leader tape.
Date: 2018-06-26 18:17:14
Message-ID: E1fXsWg-0001Oe-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-06-26 18:32:01 pgsql: |--- gitweb/email subject limit -----------------|-------------|
Previous Message Alexander Korotkov 2018-06-26 17:22:38 Re: pgsql: Increase upper limit for vacuum_cleanup_index_scale_factor