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
-
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