]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Cosmetic fixes for radix sort
authorJohn Naylor <john.naylor@postgresql.org>
Wed, 29 Apr 2026 09:14:25 +0000 (16:14 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Wed, 29 Apr 2026 09:14:25 +0000 (16:14 +0700)
commitca9807dfec5b70751c3524de264e4a16afb2a94a
tree96407b3da1efed75900d5c391bcf675bdf73dd2c
parenta0302eac784d170497eca3184d246f945b2e3a7f
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
src/backend/utils/sort/tuplesort.c