Removed duplicated macros [skip ci]

This commit is contained in:
Andrew Kane
2024-10-10 09:42:03 -07:00
parent 51dad9ff2f
commit ea689b92b2

View File

@@ -96,9 +96,6 @@
#define HnswGetValue(base, element) PointerGetDatum(HnswPtrAccess(base, (element)->value))
#define HnswGetSearchCandidate(membername, ptr) pairingheap_container(HnswSearchCandidate, membername, ptr)
#define HnswGetSearchCandidateConst(membername, ptr) pairingheap_const_container(HnswSearchCandidate, membername, ptr)
#if PG_VERSION_NUM < 140005
#define relptr_offset(rp) ((rp).relptr_off - 1)
#endif