]> granicus.if.org Git - postgresql/commit
Rename tuplesort.c's SortTuple.tupindex field.
authorPeter Geoghegan <pg@bowt.ie>
Sat, 10 Aug 2019 00:06:45 +0000 (17:06 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Sat, 10 Aug 2019 00:06:45 +0000 (17:06 -0700)
commitd8cd68c8d472292ef8943a765bd1c69c0d4d61d8
treecc1d25030e920fdb1fb7902d5c2a124ec42c864d
parent0662eb6219f1f4bafc1916a0bf2813cdc58e5eca
Rename tuplesort.c's SortTuple.tupindex field.

Rename the "tupindex" field from tuplesort.c's SortTuple struct to
"srctape", since it can only ever be used to store a source/input tape
number when merging external sort runs.  This has been the case since
commit 8b304b8b72b, which removed replacement selection sort from
tuplesort.c.
src/backend/utils/sort/tuplesort.c