pgsql: Make tuplesort_set_bound() assertions more comprehensible, hopef

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make tuplesort_set_bound() assertions more comprehensible, hopef
Date: 2019-09-13 20:57:18
Message-ID: E1i8sd4-0004k1-Ty@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b360e0fcd7dcffe3238187209911a6f523057b0c

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-09-14 02:41:39 pgsql: Test pg_atomic_fetch_add_ with variable addend and 16-bit edge c
Previous Message Alvaro Herrera 2019-09-13 19:40:17 pgsql: logical decoding: process ASSIGNMENT during snapshot build