[PATCH] Use binaryheap_* macro where appropriate - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject [PATCH] Use binaryheap_* macro where appropriate
Date
Msg-id CAJ7c6TPQMVL+028T4zuw9ZqL5Du9JavOLhBQLkJeK0RznYx_6w@mail.gmail.com
Whole thread Raw
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Shinya Kato
Date:
Subject: Re: Extend COPY FROM with HEADER to skip multiple lines
Next
From: Jakub Wartak
Date:
Subject: Re: NUMA shared memory interleaving