initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.
authorRobert Haas <rhaas@postgresql.org>
Thu, 31 Mar 2022 19:15:11 +0000 (15:15 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 31 Mar 2022 19:15:11 +0000 (15:15 -0400)
commitad43a413c4f7f5d024a5b2f51e00d280a22f1874
tree3f6ad88f66e4d7b38a717d1245ba765a93552ed0
parentf3dd9fe1dd9254680591aa8d9891b90b8d735b2a
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
src/bin/initdb/initdb.c