diff options
author | Nathan Bossart <nathan@postgresql.org> | 2023-09-19 19:18:34 -0700 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2023-09-19 19:18:34 -0700 |
commit | 559bc1732180d9d3f87ad77e029c823389d8d91b (patch) | |
tree | 341472b67c6a9799baf0a3797fb8e06ce3d8cbb6 /src/backend/utils/adt/jsonfuncs.c | |
parent | c868cbfef70a22bc02093cfd5e21d5ffd3ca5dd0 (diff) | |
download | postgresql-559bc1732180d9d3f87ad77e029c823389d8d91b.tar.gz postgresql-559bc1732180d9d3f87ad77e029c823389d8d91b.zip |
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
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions