- Notifications
You must be signed in to change notification settings - Fork28
Commit2f29f01
committed
pg_basebackup: stylistic adjustments
The most user-visible part of this is to change the long options--statusint and --noloop to --status-interval and --no-loop,respectively, per discussion.Also, consistently enclose file names in double quotes, per ourconventions; and consistently use the term "transaction log file" totalk about WAL segments. (Someday we may need to go over thisterminology and make it consistent across the whole source code.)Finally, reflow the code to better fit in 80 columns, and have pgindentfix it up some more.1 parent04d2956 commit2f29f01
File tree
6 files changed
+220
-143
lines changed- doc/src/sgml/ref
- src/bin/pg_basebackup
6 files changed
+220
-143
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
0 commit comments
Comments
(0)