From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> |
Cc: | Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: CREATE DATABASE with filesystem cloning |
Date: | 2025-04-08 09:42:23 |
Message-ID: | CA+hUKG+B3AtxnN5iczEDSRVnnFZhjz04ip8wEDL0TQmxnHvy9w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Mar 26, 2025 at 12:47 AM Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> wrote:
> Rebased version of the patch is attached.
I noticed that it wasn't working on a Mac I tested because
guc_tables.c needed to include <copyfile.h> and fixed that. I also
did some minor editig of the docs, mostly removing the mention of
specific file systems because that's bound to be incomplete (it
already was to my knowledge) so I think it's better to simply say what
system calls it uses, since the effects will vary.
And pushed. Thanks for working on this! I think this might be a
popular feature for some users.
From | Date | Subject | |
---|---|---|---|
Next Message | Andrei Lepikhov | 2025-04-08 09:44:32 | Re: Some problems regarding the self-join elimination code |
Previous Message | Heikki Linnakangas | 2025-04-08 09:21:47 | Re: Move tests of contrib/spi/ out of the core regression tests |