Thread
Commits
-
Make more use of binaryheap_empty() and binaryheap_size().
- 32bcf568cbc3 19 (unreleased) landed
-
[PATCH] Use binaryheap_* macro where appropriate
Aleksander Alekseev <aleksander@timescale.com> — 2025-06-26T10:18:10Z
Hi, I noticed several places where we access `struct binaryheap` directly instead of using binaryheap_size() and binaryheap_empty() which doesn't seem right. Here is the patch. -- Best regards, Aleksander Alekseev
-
Re: [PATCH] Use binaryheap_* macro where appropriate
Nathan Bossart <nathandbossart@gmail.com> — 2025-06-26T20:16:35Z
On Thu, Jun 26, 2025 at 01:18:10PM +0300, Aleksander Alekseev wrote: > I noticed several places where we access `struct binaryheap` directly > instead of using binaryheap_size() and binaryheap_empty() which > doesn't seem right. Here is the patch. Seems reasonable. I'll plan on committing this once v19 is open for business. -- nathan
-
Re: [PATCH] Use binaryheap_* macro where appropriate
Nathan Bossart <nathandbossart@gmail.com> — 2025-07-01T19:20:40Z
Committed. -- nathan