Thread: pgsql: Update obsolete tuplesort READTUP() comment.

pgsql: Update obsolete tuplesort READTUP() comment.

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