pgsql: Correct list of files in src/backend/lib/README

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct list of files in src/backend/lib/README
Date: 2025-06-27 00:34:50
Message-ID: E1uUx3K-003VYZ-0L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

binaryheap.c and stringinfo.c have been moved to src/common/ by
respectively 5af0263afd7b and 26aaf97b683d, and the README patched here
still mentioned these two files as available in src/backend/lib/.

Author: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Discussion: https://postgr.es/m/CAJ7c6TPg-=tC+fzq0tGTtmL7r79-aWeCmpwAyQiGu0N+sKGj8Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94e2e150ec72a3b37e3847be99c4aca3320c38f9

Modified Files
--------------
src/backend/lib/README | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-06-27 08:49:15 pgsql: Fix CheckPointReplicationSlots() with max_replication_slots == 0
Previous Message Peter Eisentraut 2025-06-26 20:21:02 pgsql: libpq: Message style improvements