Rename tuplesort.c's SortTuple.tupindex field.

Peter Geoghegan <pg@bowt.ie>

Commit: d8cd68c8d472292ef8943a765bd1c69c0d4d61d8
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2019-08-10T00:06:45Z
Releases: 13.0
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

PathChange+/−
src/backend/utils/sort/tuplesort.c modified +8 −10