pgsql: Make tuplesort_set_bound() assertions more comprehensible,hopef - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make tuplesort_set_bound() assertions more comprehensible,hopef
Date
Msg-id E1i8sd4-0004k1-Ty@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: logical decoding: process ASSIGNMENT during snapshot build
Next
From: Noah Misch
Date:
Subject: pgsql: Replace xlc __fetch_and_add() with inline asm.