pgsql: Make tuplesort_set_bound() assertions more comprehensible,hopef

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make tuplesort_set_bound() assertions more comprehensible,hopef
Дата
Msg-id E1i8sd4-0004k1-Ty@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: logical decoding: process ASSIGNMENT during snapshot build
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Replace xlc __fetch_and_add() with inline asm.