forked from postgres/postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use copy_file_range if available to allow COW filesystem optimization. #1
Open
pweldon
wants to merge
1
commit into
REL_17_STABLE_ci
Choose a base branch
from
copy_file_reflink
base: REL_17_STABLE_ci
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
710c26c
to
f46d005
Compare
a137a5a
to
822757e
Compare
9215288
to
30b7596
Compare
822757e
to
156063b
Compare
1b569ae
to
e269479
Compare
156063b
to
dc94f63
Compare
e269479
to
7f817ad
Compare
dc94f63
to
8aa1989
Compare
7f817ad
to
ebab521
Compare
8aa1989
to
7b3a348
Compare
ebab521
to
0e821ae
Compare
7b3a348
to
2c20506
Compare
0e821ae
to
9f7ccef
Compare
2c20506
to
38eb49f
Compare
9f7ccef
to
ec4d57d
Compare
38eb49f
to
f26453d
Compare
ec4d57d
to
8d292d6
Compare
f26453d
to
3a0bc9c
Compare
8d292d6
to
6e1c212
Compare
3a0bc9c
to
2d9c295
Compare
6e1c212
to
dcf55b4
Compare
2d9c295
to
5dba3c5
Compare
dcf55b4
to
04d248d
Compare
5dba3c5
to
ce8405a
Compare
04d248d
to
46423aa
Compare
ce8405a
to
acc1035
Compare
46423aa
to
b821b1c
Compare
acc1035
to
319ef95
Compare
Use case is for a near instantaneous CREATE DATABASE .. WITH TEMPLATE .. STRATEGY file_copy
b821b1c
to
4b8bb61
Compare
319ef95
to
e7bce46
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use case is for a near instantaneous CREATE DATABASE .. WITH TEMPLATE .. STRATEGY file_copy