postgresql/src
Daniel Gustafsson 1e37cc6e2c Remove unused variable
The low variable has not been used since it was added in d168b66682
and can be safely removed.  The variable is present in the Sedgewick
paper "Analysis of Shellsort and Related Algorithms" as a parameter
to the shellsort function, but our implementation does not use it.
Remove to improve readability of the code.

Author: Koki Nakamura <btnakamurakoukil@oss.nttdata.com>
Discussion: https://postgr.es/m/8aeb7b3eda53ca4c65fbacf8f43628fb@oss.nttdata.com
2024-11-06 15:11:14 +01:00
..
backend Remove unused variable 2024-11-06 15:11:14 +01:00
bin Remove unused #include's from bin .c files 2024-11-06 11:11:52 +01:00
common Remove unused #include's from bin .c files 2024-11-06 11:11:52 +01:00
fe_utils Remove unused #include's from bin .c files 2024-11-06 11:11:52 +01:00
include Monkey-patch LLVM code to fix ARM relocation bug. 2024-11-06 23:17:18 +13:00
interfaces Fix incorrect struct reference in comment 2024-10-23 16:13:28 +02:00
makefiles Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in 2024-11-05 12:25:25 +02:00
pl Remove unused #include's from contrib, pl, test .c files 2024-10-28 08:02:17 +01:00
port Fix overflow in bsearch_arg() with more than INT_MAX elements 2024-10-28 14:07:38 +02:00
template thread-safety: gmtime_r(), localtime_r() 2024-08-23 07:43:04 +02:00
test Extend Cluster.pm's background_psql() to be able to start asynchronously 2024-11-06 15:31:14 +09:00
timezone Update time zone data files to tzdata release 2024b. 2024-10-29 11:49:38 -04:00
tools Monkey-patch LLVM code to fix ARM relocation bug. 2024-11-06 23:17:18 +13:00
tutorial Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Add PG_TEST_EXTRA configure option to the Make builds 2024-11-04 14:09:38 +02:00
Makefile.shlib Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00