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-16T12:40:32Z
Lists: pgsql-hackers
On Thu, May 16, 2024 at 8:35 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote: > I updated the documentation and put a comment on top of the copydir() > function to inform that further changes and uses of this function may > require documentation updates. I was assuming that the documentation for the file_copy_method was going to list the things that it controlled, and that the comment was going to say that you should update that list specifically. Just saying that you may need to update some part of the documentation in some way is fairly useless, IMHO. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Introduce file_copy_method setting.
- f78ca6f3ebbb 18.0 landed