Re: CREATE DATABASE with filesystem cloning
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Nazir Bilal Yavuz <byavuz81@gmail.com>
Cc: Thomas Munro <thomas.munro@gmail.com>,
Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers <pgsql-hackers@postgresql.org>,
Ranier Vilela <ranier.vf@gmail.com>
Date: 2024-05-16T14:46:56Z
Lists: pgsql-hackers
On Thu, May 16, 2024 at 9:43 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote: > Actually, the documentation for the file_copy_method was mentioning > the things it controls; I converted it to an itemized list now. Also, > changed the comment to: 'Further uses of this function requires > updates to the list that GUC controls in its documentation.'. v7 is > attached. I think the comments need some wordsmithing. I don't see why this parameter should be PGC_POSTMASTER. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Introduce file_copy_method setting.
- f78ca6f3ebbb 18.0 landed