- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitbff62df
committed
Reestablish alignment of pg_controldata output.
Until 9.4, pg_controldata output was all aligned. At some pointduring 9.5 development, a new item was added, namely"Current track_commit_timestamp setting:" which is two characterstoo long to be aligned with the rest of the output. Fix this byremoving the noise word "Current" and adding the requisite numberof padding spaces. Since the six preceding items are also similarin nature, remove "Current" and pad those as well in order tomaintain overall consistency. Backpatch to 9.5 where new offendingitem was added.1 parent7c0c4d0 commitbff62df
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 |
| - | |
| 295 | + | |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 |
| - | |
| 301 | + | |
302 | 302 |
| |
303 |
| - | |
| 303 | + | |
304 | 304 |
| |
305 |
| - | |
| 305 | + | |
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
|
0 commit comments
Comments
(0)