forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2cdf359
committed
Make reformat_dat_file.pl preserve all blank lines.
In its original form, reformat_dat_file.pl smashed consecutive blanklines to a single blank line, which was helpful for mopping up excesswhitespace during the bootstrap data format conversion. But goingforward, there seems little reason to do that; if developers want toput in multiple blank lines, let 'em. This makes it conform to thedocumentation I (tgl) wrote, too.In passing, clean up some sloppy markup choices in bki.sgml.John NaylorDiscussion:https://postgr.es/m/28827.1523039259@sss.pgh.pa.us1 parentaf1a949 commit2cdf359
File tree
2 files changed
+8
-17
lines changed- doc/src/sgml
- src/include/catalog
2 files changed
+8
-17
lines changedLines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
427 | 425 |
| |
428 | 426 |
| |
429 | 427 |
| |
|
Lines changed: 2 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
| |||
109 | 108 |
| |
110 | 109 |
| |
111 | 110 |
| |
112 |
| - | |
113 | 111 |
| |
114 | 112 |
| |
115 | 113 |
| |
| |||
158 | 156 |
| |
159 | 157 |
| |
160 | 158 |
| |
161 |
| - | |
162 | 159 |
| |
163 | 160 |
| |
164 | 161 |
| |
165 | 162 |
| |
166 | 163 |
| |
167 |
| - | |
168 | 164 |
| |
169 |
| - | |
| 165 | + | |
170 | 166 |
| |
171 | 167 |
| |
172 |
| - | |
173 | 168 |
| |
174 |
| - | |
175 | 169 |
| |
176 | 170 |
| |
177 | 171 |
| |
178 | 172 |
| |
179 | 173 |
| |
180 | 174 |
| |
181 |
| - | |
182 | 175 |
| |
183 | 176 |
| |
184 | 177 |
| |
|
0 commit comments
Comments
(0)