]> granicus.if.org Git - postgresql/commit
Update obsolete tuplesort READTUP() comment.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 8 Aug 2019 20:20:44 +0000 (13:20 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 8 Aug 2019 20:20:44 +0000 (13:20 -0700)
commit28b901f73a3924187988bfaac57d20e422a432c3
treee4d12b870554a52e9be670b12c40a058ccb8056f
parent956451e8bc9face2241d9a785e0d236a92f8e210
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.
src/backend/utils/sort/tuplesort.c