From: | Aleksander Alekseev <aleksander(at)timescale(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | [PATCH] Correct src/backend/lib/README |
Date: | 2025-06-25 17:49:34 |
Message-ID: | CAJ7c6TPg-=tC+fzq0tGTtmL7r79-aWeCmpwAyQiGu0N+sKGj8Q@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 | Content-Type | Size |
---|---|---|
v1-0001-Correct-src-backend-lib-README.patch | application/octet-stream | 1.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Aleksander Alekseev | 2025-06-25 17:56:11 | Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close |
Previous Message | Pavel Stehule | 2025-06-25 17:33:32 | Re: proposal: schema variables |