Обсуждение: pgsql: Update obsolete tuplesort READTUP() comment.

Поиск
Список
Период
Сортировка

pgsql: Update obsolete tuplesort READTUP() comment.

От
Peter Geoghegan
Дата:
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(-)