pgsql: Update obsolete tuplesort READTUP() comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update obsolete tuplesort READTUP() comment.
Date: 2019-08-08 20:20:59
Message-ID: E1hvouB-0006nR-Hc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update obsolete tuplesort READTUP() comment.

READTUP() routines do not and cannot use the resettable "tuplecontext"
memory context, since it is deleted when merging begins. Update an
obsolete comment that claimed otherwise. This was an oversight in
commit e94568ecc10.

In passing, fix an unrelated tuplesort typo.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/28b901f73a3924187988bfaac57d20e422a432c3

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-08-09 02:12:16 pgsql: Refactor logic to remove trailing CR/LF characters from strings
Previous Message Alvaro Herrera 2019-08-08 20:08:48 pgsql: Clarify the default partition's role