Remove freelist reference in buf_init.c

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Remove freelist reference in buf_init.c
Date: 2026-02-03 05:18:30
Message-ID: CAExHW5s9xAkq7gB_ObTUZ8dQ58W-sGf8opJNEAKFNTTzb6S9Zw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,
We have gotten rid of freelist in buffer manager, but buf_init.c still
has a reference to it in a comment. Patch to remove the reference.

Other references to freelist refer to freelist.c which is still a
valid filename reference. Hence I didn't touch it.

--
Best Wishes,
Ashutosh Bapat

Attachment Content-Type Size
buf_init_freelist.patch text/x-patch 425 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2026-02-03 05:24:39 Re: More speedups for tuple deformation
Previous Message Fujii Masao 2026-02-03 05:12:35 Re: walsender: Assert MyReplicationSlot is set before use