Make tuplesort_set_bound() assertions more comprehensible, hopefully.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b360e0fcd7dcffe3238187209911a6f523057b0c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-09-13T20:57:07Z
Releases: 13.0
Make tuplesort_set_bound() assertions more comprehensible, hopefully.

Add the comments that I griped were missing.  Also re-order tests
so that parallelism-related tests aren't randomly separated from
each other.

Discussion: https://postgr.es/m/CAAaqYe9GD__4Crm=ddz+-XXcNhfY_V5gFYdLdmkFNq=2VHO56Q@mail.gmail.com

Files

PathChange+/−
src/backend/utils/sort/tuplesort.c modified +6 −5

Discussion