Make reformat_dat_file.pl preserve all blank lines.
Tom Lane <tgl@sss.pgh.pa.us>
Make reformat_dat_file.pl preserve all blank lines. In its original form, reformat_dat_file.pl smashed consecutive blank lines to a single blank line, which was helpful for mopping up excess whitespace during the bootstrap data format conversion. But going forward, there seems little reason to do that; if developers want to put in multiple blank lines, let 'em. This makes it conform to the documentation I (tgl) wrote, too. In passing, clean up some sloppy markup choices in bki.sgml. John Naylor Discussion: https://postgr.es/m/28827.1523039259@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/bki.sgml | modified | +6 −8 |
| src/include/catalog/reformat_dat_file.pl | modified | +2 −9 |
Documentation touched
Discussion
- Documentation for bootstrap data conversion 11 messages · 2018-04-06 → 2018-04-19