Adjust trace_sort log messages.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 1 Nov 2018 16:18:57 +0000 (09:18 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 1 Nov 2018 16:18:57 +0000 (09:18 -0700)
commitcb6f8a9a7243d398c76f9299a1b601270834d303
tree008c24bc6f1ad5f62daf541100978154585db5d3
parent691d79a0793328a45b01348675ba677aa7623bec
Adjust trace_sort log messages.

The project message style guide dictates: "When citing the name of an
object, state what kind of object it is".  The parallel CREATE INDEX
patch added a worker number to most of the trace_sort messages within
tuplesort.c without specifying the object type.  Bring these messages
into compliance with the style guide.

We're still treating a leader or serial Tuplesortstate as having worker
number -1.  trace_sort is a developer option, and these two cases are
highly comparable, so this seems appropriate.

Per complaint from Tom Lane.

Discussion: https://postgr.es/m/8330.1540831863@sss.pgh.pa.us
Backpatch: 11-, where parallel CREATE INDEX was introduced.
src/backend/utils/sort/tuplesort.c