Thread: [PATCH] Correct src/backend/lib/README

[PATCH] Correct src/backend/lib/README

From
Aleksander Alekseev
Date:
Hi,

I noticed that src/backend/lib/README references binaryheap.c and
stringinfo.c. These files were moved to src/backend/lib. Thus
mentioning them here doesn't look right.

Also README tries to explain the difference between binary heap and
pairing heap. Not sure whether we should keep this text and/or move
the pairing heap implementation closer to binary heap.

-- 
Best regards,
Aleksander Alekseev

Attachment

Re: [PATCH] Correct src/backend/lib/README

From
Aleksander Alekseev
Date:
Hi,

> These files were moved to src/backend/lib

That is - src/common. Sorry for the confusion.

-- 
Best regards,
Aleksander Alekseev