forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitca347f5
committed
Allow "in place" tablespaces.
This is a backpatch to branches 10-14 of the following commits:7170f21 Allow "in place" tablespaces.c6f2f01 Fix pg_basebackup with in-place tablespaces.f6f0db4 Fix pg_tablespace_location() with in-place tablespaces7a7cd84 doc: Remove mention to in-place tablespaces for pg_tablespace_location()5344723 Remove unnecessary Windows-specific basebackup code.In-place tablespaces were introduced as a testing helper mechanism, butthey are going to be used for a bugfix in WAL replay to be backpatchedto all stable branches.I (Álvaro) had to adjust some code to account for lack ofget_dirent_type() in branches prior to 14.Author: Thomas Munro <thomas.munro@gmail.com>Author: Michaël Paquier <michael@paquier.xyz>Author: Álvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://postgr.es/m/20220722081858.omhn2in5zt3g4nek@alvherre.pgsql1 parent968b892 commitca347f5
File tree
6 files changed
+114
-7
lines changed- doc/src/sgml
- src
- backend
- access/transam
- commands
- utils
- adt
- misc
- include/commands
6 files changed
+114
-7
lines changedLines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9610 | 9610 |
| |
9611 | 9611 |
| |
9612 | 9612 |
| |
| 9613 | + | |
| 9614 | + | |
| 9615 | + | |
| 9616 | + | |
| 9617 | + | |
| 9618 | + | |
| 9619 | + | |
| 9620 | + | |
| 9621 | + | |
| 9622 | + | |
| 9623 | + | |
| 9624 | + | |
| 9625 | + | |
| 9626 | + | |
| 9627 | + | |
| 9628 | + | |
| 9629 | + | |
| 9630 | + | |
| 9631 | + | |
9613 | 9632 |
| |
9614 | 9633 |
| |
9615 | 9634 |
| |
|
Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10674 | 10674 |
| |
10675 | 10675 |
| |
10676 | 10676 |
| |
| 10677 | + | |
| 10678 | + | |
| 10679 | + | |
10677 | 10680 |
| |
10678 | 10681 |
| |
10679 | 10682 |
| |
10680 | 10683 |
| |
10681 | 10684 |
| |
10682 | 10685 |
| |
10683 | 10686 |
| |
| 10687 | + | |
| 10688 | + | |
| 10689 | + | |
| 10690 | + | |
| 10691 | + | |
| 10692 | + | |
| 10693 | + | |
| 10694 | + | |
| 10695 | + | |
| 10696 | + | |
| 10697 | + | |
| 10698 | + | |
| 10699 | + | |
| 10700 | + | |
| 10701 | + | |
| 10702 | + | |
| 10703 | + | |
10684 | 10704 |
| |
10685 | 10705 |
| |
10686 | 10706 |
| |
|
Lines changed: 32 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
| |||
242 | 243 |
| |
243 | 244 |
| |
244 | 245 |
| |
| 246 | + | |
245 | 247 |
| |
246 | 248 |
| |
247 | 249 |
| |
| |||
267 | 269 |
| |
268 | 270 |
| |
269 | 271 |
| |
| 272 | + | |
| 273 | + | |
270 | 274 |
| |
271 | 275 |
| |
272 | 276 |
| |
273 |
| - | |
| 277 | + | |
| 278 | + | |
274 | 279 |
| |
275 |
| - | |
| 280 | + | |
276 | 281 |
| |
277 | 282 |
| |
278 | 283 |
| |
| |||
593 | 598 |
| |
594 | 599 |
| |
595 | 600 |
| |
| 601 | + | |
596 | 602 |
| |
597 | 603 |
| |
598 |
| - | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
599 | 622 |
| |
600 | 623 |
| |
601 | 624 |
| |
602 | 625 |
| |
603 |
| - | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
604 | 629 |
| |
605 |
| - | |
| 630 | + | |
606 | 631 |
| |
607 | 632 |
| |
608 | 633 |
| |
| |||
651 | 676 |
| |
652 | 677 |
| |
653 | 678 |
| |
654 |
| - | |
| 679 | + | |
655 | 680 |
| |
656 | 681 |
| |
657 | 682 |
| |
658 | 683 |
| |
659 | 684 |
| |
660 |
| - | |
| 685 | + | |
661 | 686 |
| |
662 | 687 |
| |
663 | 688 |
| |
|
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
307 | 308 |
| |
308 | 309 |
| |
309 | 310 |
| |
| 311 | + | |
| 312 | + | |
| 313 | + | |
310 | 314 |
| |
311 | 315 |
| |
312 | 316 |
| |
| |||
331 | 335 |
| |
332 | 336 |
| |
333 | 337 |
| |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
334 | 363 |
| |
335 | 364 |
| |
336 | 365 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
1792 | 1793 |
| |
1793 | 1794 |
| |
1794 | 1795 |
| |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
1795 | 1807 |
| |
1796 | 1808 |
| |
1797 | 1809 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
|
0 commit comments
Comments
(0)