OSDN Git Service

Fix a couple of places where lack of parenthesization of a cast
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2001 20:37:30 +0000 (20:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2001 20:37:30 +0000 (20:37 +0000)
commit22d9e912199dc2436d7a24bbfb82bcd768973020
tree7110843fd6ea801ae01f926279767b63c3211a35
parent73c5ad93376ec337e115ba565a4d0745fba82ef2
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...
src/backend/access/transam/clog.c
src/backend/catalog/index.c
src/backend/commands/analyze.c