forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdbfc447
committed
Expose new function get_controlfile_by_exact_path().
This works just like get_controlfile(), but expects the path to thecontrol file rather than the path to the data directory that containsthe control file. This makes more sense in cases where the callerhas already constructed the path to the control file itself.Amul Sul and Robert Haas, reviewed by Michael Paquier1 parent97d85be commitdbfc447
File tree
3 files changed
+19
-3
lines changed- src
- bin/pg_combinebackup
- common
- include/common
3 files changed
+19
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
534 | 534 |
| |
535 | 535 |
| |
536 | 536 |
| |
537 |
| - | |
| 537 | + | |
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
|
Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
53 | 69 |
| |
54 | 70 |
| |
55 | 71 |
| |
56 |
| - | |
57 | 72 |
| |
58 | 73 |
| |
59 | 74 |
| |
| |||
64 | 79 |
| |
65 | 80 |
| |
66 | 81 |
| |
67 |
| - | |
68 | 82 |
| |
69 | 83 |
| |
70 | 84 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
| 17 | + | |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
|
0 commit comments
Comments
(0)