Rename tuplesort.c's SortTuple.tupindex field.
Peter Geoghegan <pg@bowt.ie>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/sort/tuplesort.c | modified | +8 −10 |