pgsql: Update obsolete tuplesort READTUP() comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Update obsolete tuplesort READTUP() comment.
Date
Msg-id E1hvouB-0006nR-Hc@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Clarify the default partition's role
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor logic to remove trailing CR/LF characters from strings