pgsql: When using the WAL-logged CREATE DATABASE strategy, bulk extend.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: When using the WAL-logged CREATE DATABASE strategy, bulk extend.
Date: 2022-08-18 15:33:40
Message-ID: E1oOhWd-00082P-DT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

When using the WAL-logged CREATE DATABASE strategy, bulk extend.

This should improve performance, and was suggested by Andres Freund.
Back-patch to v15 to keep the code consistent across branches.

Dilip Kumar

Discussion: http://postgr.es/m/C3458199-FEDD-4356-865A-08DFAA5D4065@anarazel.de
Discussion: http://postgr.es/m/CAFiTN-sJ0vVpJrZ=R5M+g7Tr8=NN4wKOtrqOcDEsfFfnZgivVA@mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/576bb0fc93423890761f77384415936bf61267d3

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-18 16:12:20 pgsql: Fix subtly-incorrect matching of parent and child partitioned in
Previous Message Tom Lane 2022-08-18 15:22:34 pgsql: Remove unused configure variable.