forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbd8c5ce
committed
Improve placement of "display name" comment in win32_tzmap[] entries.
Sticking this comment at the end of the last line was a bad idea: it'snot particularly readable, and it tempts pgindent to mess with linebreaks within the comment, which in turn reveals that win32tzlist.pl'sclean_displayname() does the wrong thing to clean up such line breaks.While that's not hard to fix, there's basically no excuse for thisarrangement to begin with, especially since it makes the table layoutneedlessly vary across back branches with different pgindent rules.Let's just put the comment inside the braces, instead.This commit just moves and reformats the comments, and updateswin32tzlist.pl to match; there's no actual data change.Per odd-looking results from Juan José Santamaría Flecha.Back-patch, since the point is to make win32_tzmap[] look thesame in all supported branches again.Discussion:https://postgr.es/m/5752.1587740484@sss.pgh.pa.us1 parentf8d3e2a commitbd8c5ce
2 files changed
+290
-161
lines changed0 commit comments
Comments
(0)