postgresql/src
Nathan Bossart 559bc17321 Remove open-coded binary heap in pg_dump_sort.c.
Thanks to commit 5af0263afd, binaryheap is available to frontend
code.  This commit replaces the open-coded heap implementation in
pg_dump_sort.c with a binaryheap, saving a few lines of code.

Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/3612876.1689443232%40sss.pgh.pa.us
2023-09-19 19:18:34 -07:00
..
backend Fix typos in pgoutput.c 2023-09-20 10:02:12 +09:00
bin Remove open-coded binary heap in pg_dump_sort.c. 2023-09-19 19:18:34 -07:00
common Add function for removing arbitrary nodes in binaryheap. 2023-09-18 14:06:08 -07:00
fe_utils Allow using syncfs() in frontend utilities. 2023-09-06 16:27:16 -07:00
include Add function for removing arbitrary nodes in binaryheap. 2023-09-18 14:06:08 -07:00
interfaces Fix comment of PQputCopyEnd() 2023-08-30 08:29:08 +09:00
makefiles Remove --disable-thread-safety and related code. 2023-07-12 08:20:43 +12:00
pl Fix assertion failure with PL/Python exceptions 2023-09-19 08:31:06 +09:00
port Meson: check for pg_config_paths.h left over from make 2023-08-24 10:33:53 +12:00
template Use unnamed POSIX semaphores on Cygwin. 2023-01-06 10:33:28 +13:00
test Improve error message for snapshot import in snapmgr.c, take two 2023-09-19 10:19:50 +09:00
timezone Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
tools Fix MSVC build for changes to binaryheap. 2023-09-18 12:46:57 -07:00
tutorial Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
.gitignore
DEVELOPERS
Makefile Integrate pg_bsd_indent into our build/test infrastructure. 2023-02-12 12:22:21 -05:00
Makefile.global.in Update Unicode data to Unicode 15.1.0 2023-09-18 07:26:34 +02:00
Makefile.shlib autoconf: Rely on ar supporting index creation 2022-10-07 11:53:39 -07:00
meson.build Integrate pg_bsd_indent into our build/test infrastructure. 2023-02-12 12:22:21 -05:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00