Re: remove the unneeded header file math.h in binaryheap.c

Álvaro Herrera <alvherre@kurilemu.de>

From: Álvaro Herrera <alvherre@kurilemu.de>
To: liujinyang <21043272@qq.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-15T10:47:51Z
Lists: pgsql-hackers
On 2026-01-15, liujinyang wrote:
> Hi Alvora, 
> thanks for your review.
> So wha't the next should I do for commit it, because this is my first patch.

Nothing.  I'll push it soon, no worries.

In the future, if patches don't get committed in a day or so, you can add them to a commitfest so that they aren't forgotten -- see https://commitfest.postgresql.org.

-- 
Álvaro Herrera



Commits

  1. Remove #include <math.h> where not needed

  2. Remove unnecessary uses of Abs()

  3. Basic binary heap implementation.