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
- 0001-ExtendBufferedWhat-BufferManagerRelation.patch (text/x-patch) patch 0001
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
-
ExtendBufferedWhat -> BufferManagerRelation.
- f58af9f416f9 16.0 landed
- 711479115836 17.0 landed
-
bufmgr: Introduce infrastructure for faster relation extension
- 31966b151e6a 16.0 cited