- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitaaa3aed
committed
Remove HAVE_WORKING_LINK
Previously, hard links were not used on Windows and Cygwin, but theysupport them just fine in currently supported OS versions, so we canuse them there as well.Since all supported platforms now support hard links, we can removethe alternative code paths.Rename durable_link_or_rename() to durable_rename_excl() to make thepurpose more clear without referencing the implementation details.Discussion:https://www.postgresql.org/message-id/flat/72fff73f-dc9c-4ef4-83e8-d2e60c98df48%402ndquadrant.com1 parentd114cc5 commitaaa3aed
File tree
5 files changed
+10
-28
lines changed- src
- backend
- access/transam
- storage/file
- include
- storage
5 files changed
+10
-28
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
432 |
| - | |
| 432 | + | |
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
| |||
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
510 |
| - | |
| 510 | + | |
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3591 | 3591 |
| |
3592 | 3592 |
| |
3593 | 3593 |
| |
3594 |
| - | |
| 3594 | + | |
3595 | 3595 |
| |
3596 | 3596 |
| |
3597 | 3597 |
| |
3598 |
| - | |
| 3598 | + | |
3599 | 3599 |
| |
3600 | 3600 |
| |
3601 | 3601 |
| |
|
Lines changed: 5 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
768 |
| - | |
| 768 | + | |
| 769 | + | |
769 | 770 |
| |
770 |
| - | |
771 |
| - | |
| 771 | + | |
| 772 | + | |
772 | 773 |
| |
773 | 774 |
| |
774 | 775 |
| |
| |||
779 | 780 |
| |
780 | 781 |
| |
781 | 782 |
| |
782 |
| - | |
| 783 | + | |
783 | 784 |
| |
784 | 785 |
| |
785 | 786 |
| |
| |||
788 | 789 |
| |
789 | 790 |
| |
790 | 791 |
| |
791 |
| - | |
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
| |||
798 | 798 |
| |
799 | 799 |
| |
800 | 800 |
| |
801 |
| - | |
802 |
| - | |
803 |
| - | |
804 |
| - | |
805 |
| - | |
806 |
| - | |
807 |
| - | |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
812 | 801 |
| |
813 | 802 |
| |
814 | 803 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 | 132 |
| |
140 | 133 |
| |
141 | 134 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
|
0 commit comments
Comments
(0)