forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1713e3d
committed
Minor fixes to pg_combinebackup and its documentation.
The --tablespace-mapping option was specified with required_argumentrather than no_argument, which is wrong. Since the actual argumentstring passed to getopt_long() included "T:", the single-characterform of the option still worked, but the long form did not. Repair.The call to getopt_long() erroneously included "P", which doesn'tcorrespond to any supported option. Remove.The help message used "do not" in one place and "don't" in another.Standardize on "do not".The documentation erroneously stated that the tablespace mappingswould be applied relative to the pathnames in the first backupspecified on the command line, rather than the final one. Fix.Thanks to Tomas Vondra and Daniel Gustafsson for alerting me tothese mistakes.Discussion:http://postgr.es/m/CA+TgmoYFznwwaZhHSF1Ze7JeyBv-1yOoSrucKMw37WpF=7RP8g@mail.gmail.com1 parent205db01 commit1713e3d
File tree
2 files changed
+4
-4
lines changed- doc/src/sgml/ref
- src/bin/pg_combinebackup
2 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
| |||
749 | 749 |
| |
750 | 750 |
| |
751 | 751 |
| |
752 |
| - | |
| 752 | + | |
753 | 753 |
| |
754 | 754 |
| |
755 | 755 |
| |
|
0 commit comments
Comments
(0)