Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |