[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
- v1-0001-Correct-src-backend-lib-README.patch (application/octet-stream) patch v1-0001
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
-
Correct list of files in src/backend/lib/README
- 94e2e150ec72 18.0 landed