The only reason I did that was because the original source was difficult to read and work on. Is there a reason that code and comments wrap around to the next line throughout the file?
I'm not sure what you mean. Assuming your editor expand tabs to 4 spaces (which is the convention in the PostgreSQL source), lines should be about 80 characters at most. Expressions that would take more characters horizontally if left on one line are divided into multiple lines, and indented appropriately. At any rate, the source is perfectly readable to me :) Perhaps you need to tweak your editor's configuration?
-Neil
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings