Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian <bruce@momjian.us>
Fix pgindent to properly handle 'else' and single-line comments on the same line; previous fix was only partial. Re-run pgindent on files that need it.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/slru.c | modified | +14 −13 |
| src/backend/commands/trigger.c | modified | +55 −54 |
| src/backend/rewrite/rewriteHandler.c | modified | +13 −14 |
| src/backend/utils/adt/tsvector_op.c | modified | +30 −30 |
| src/backend/utils/mb/conv.c | modified | +28 −24 |
| src/bin/psql/mbprint.c | modified | +6 −6 |
| src/tools/pgindent/pgindent | modified | +63 −28 |