| From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Cosmetic fixes for radix sort |
| Date: | 2026-04-29 09:15:19 |
| Message-ID: | E1wI10p-003JIE-0T@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Cosmetic fixes for radix sort
Do minor comment fixes and remove implicit cast to Datum.
While here, let's prefer crashing instead of entering an infinite
loop in case of future programming mistakes when computing next_level,
suggested by ChangAo Chen.
Discussion: https://postgr.es/m/tencent_49E3F11E74D8A584A2144ED532A490CBC40A@qq.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/ca9807dfec5b70751c3524de264e4a16afb2a94a
Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2026-04-29 15:23:36 | pgsql: Fix nbtree skip array parallel alloc accounting. |
| Previous Message | John Naylor | 2026-04-29 07:11:09 | Re: pgsql: Separate out bytea sort support from varlena.c |