pgsql: initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.
Date: 2022-03-31 19:16:57
Message-ID: E1na0Hx-000CDX-6b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.

Dilip Kumar, reviewed by Andres Freund and by me.

Discussion: http://postgr.es/m/20220330011757.wr544o5y5my7ssoa@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ad43a413c4f7f5d024a5b2f51e00d280a22f1874

Modified Files
--------------
src/bin/initdb/initdb.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-31 19:45:44 pgsql: RETURNING clause for JSON() and JSON_SCALAR()
Previous Message Andres Freund 2022-03-31 18:44:02 Re: pgsql: Add 'basebackup_to_shell' contrib module.