Fix a couple of places where lack of parenthesization of a cast

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 22d9e912199dc2436d7a24bbfb82bcd768973020
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-25T20:37:30Z
Releases: 7.2.1
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

PathChange+/−
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