mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
These adjustments adjust code and comments in minor ways to prevent pgindent from mangling them. Among other things, I tried to avoid situations where pgindent would emit "a +b" instead of "a + b", and I tried to avoid having it break up inline comments across multiple lines.