Fix a couple of places where lack of parenthesization of a cast
Tom Lane <tgl@sss.pgh.pa.us>
Fix a couple of places where lack of parenthesization of a cast causes pgindent to make weird formatting decisions. Easiest fix seems to be to put in the extra parens...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/clog.c | modified | +3 −5 |
| src/backend/catalog/index.c | modified | +2 −2 |
| src/backend/commands/analyze.c | modified | +6 −6 |