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

liujinyang <21043272@qq.com>

From: liujinyang <21043272@qq.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-13T09:21:30Z
Lists: pgsql-hackers

Attachments

Hi Hackers,




I found in file binaryheap.c, file "math.h" was included, but it is uncessary, so I removed it&nbsp;

and filing a patch to address the issue.




I have verified that, build is OK.




Please see the attachment and help review it.




thanks a lot!




liujinyang

Commits

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

  2. Remove unnecessary uses of Abs()

  3. Basic binary heap implementation.