Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the

Bruce Momjian <bruce@momjian.us>

Commit: 224f91f66df502dbb6f1d793fd09f4421cbd4043
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-11-16T00:13:02Z
Releases: 8.3.0
Modify LOOPBYTE/LOOPBIT macros to be more logical;  rather than have the
for() body passed as a parameter, make the macros act as simple headers
to code blocks.

This allows pgindent to be run on these files.

Files

PathChange+/−
contrib/hstore/hstore_gist.c modified +30 −33
contrib/intarray/_intbig_gist.c modified +39 −39
contrib/intarray/_int.h modified +2 −4
contrib/ltree/_ltree_gist.c modified +25 −26
contrib/ltree/ltree_gist.c modified +37 −34
contrib/ltree/ltree.h modified +5 −9
contrib/pg_trgm/trgm_gist.c modified +24 −25
contrib/pg_trgm/trgm.h modified +2 −4
src/backend/utils/adt/tsgistidx.c modified +27 −30