Re: Rename ExtendedBufferWhat in 16?

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Peter Geoghegan <pg@bowt.ie>
Date: 2023-08-17T03:35:15Z
Lists: pgsql-hackers

Attachments

On Thu, Aug 17, 2023 at 12:42 PM Andres Freund <andres@anarazel.de> wrote:
> I like BMR better!

Thanks Andres and Peter.  Here's a version like that.  I hesitated
about BufMgrRelation instead, but neither name appears in code
currently and full words are better.  In this version I also renamed
all the 'eb' variables to 'bmr'.

If there are no more comments or objections, I'd like to push this to
16 and master in a day or two.

Commits

  1. ExtendBufferedWhat -> BufferManagerRelation.

  2. bufmgr: Introduce infrastructure for faster relation extension