[PATCH] Correct src/backend/lib/README

Aleksander Alekseev <aleksander@timescale.com>

From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-06-25T17:49:34Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Correct list of files in src/backend/lib/README