[COMMITTERS] pgsql: Reformat code in ATPostAlterTypeParse.

2015-07-14 Thread Heikki Linnakangas
Reformat code in ATPostAlterTypeParse. The code in ATPostAlterTypeParse was very deeply indented, mostly because there were two nested switch-case statements, which add a lot of indentation. Use if-else blocks instead, to make the code less indented and more readable. This is in preparation for n

[COMMITTERS] pgsql: Reformat code in ATPostAlterTypeParse.

2015-07-14 Thread Heikki Linnakangas
Reformat code in ATPostAlterTypeParse. The code in ATPostAlterTypeParse was very deeply indented, mostly because there were two nested switch-case statements, which add a lot of indentation. Use if-else blocks instead, to make the code less indented and more readable. This is in preparation for n