pgsql: Remove obsolete comment.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete comment.
Date: 2017-12-13 00:37:27
Message-ID: E1eOv39-0006bz-Fk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comment.

Commit 8b304b8b72b0a60f1968d39f01cf817c8df863ec removed replacement
selection, but left behind this comment text. The optimization to
which the comment refers is not relevant without replacement
selection, because if we had so few tuples as to require only one
tape, we would have just completed the sort in memory.

Peter Geoghegan

Discussion: http://postgr.es/m/CAH2-WznqupLA8CMjp+vqzoe0yXu0DYYbQSNZxmgN76tLnAOZ_w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/95b52351fe966c93791462274dfa7af7e50d2da1

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-12-13 01:01:19 pgsql: Provide overflow safe integer math inline functions.
Previous Message Tom Lane 2017-12-12 21:42:59 Re: pgsql: PL/Python: Fix potential NULL pointer dereference