Remove freelist reference in buf_init.c - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Remove freelist reference in buf_init.c
Date
Msg-id CAExHW5s9xAkq7gB_ObTUZ8dQ58W-sGf8opJNEAKFNTTzb6S9Zw@mail.gmail.com
Whole thread Raw
Responses Re: Remove freelist reference in buf_init.c
Re: Remove freelist reference in buf_init.c
List 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

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Next
From: John Naylor
Date:
Subject: Re: More speedups for tuple deformation