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
- v1-0001-remove-the-unneeded-header-file-math.h-in-binaryh.patch (application/octet-stream) patch v1-0001
Hi Hackers, I found in file binaryheap.c, file "math.h" was included, but it is uncessary, so I removed it 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
-
Remove #include <math.h> where not needed
- 35e3fae738e6 19 (unreleased) landed
-
Remove unnecessary uses of Abs()
- f14aad5169ba 16.0 cited
-
Basic binary heap implementation.
- 7a2fe9bd0371 9.3.0 cited